
Install and verify node and npm, initialize your first node project with npm init to create a package.json, then use mkdir, cd, and ls to organize folders, and explore modules.
Build a basic Node http server by creating index.js, using the http module, and handling requests with req and res to serve a welcome message at localhost:3000.
Create a Node Express server in index.js, expose a /fortunes GET endpoint, log requests, and respond with fortunes.json data via res.json, listening on port 3000 with Nodemon for live updates.
Create a bin/w-w-w executable to start your node express app, export the app from app.js, and update npm start to run the executable.
Create delete support for fortunes in the Express API by filtering out the target id and saving the updated array to fortunes.json, tested via Postman.
Create a habitats route to interact with the habitats table, implementing get all habitats and post new habitats using express and a database pool, mirroring the monsters route.
Become an in demand software engineer by taking this course on Node, SQL, PostgreSQL, and backend web development. As one of the most popular web development stacks today, learning Node, SQL, and PostgreSQL is a must. Knowing these languages and frameworks will open doors and jobs for you.
In this project-based course, you’ll learn how to build Node, SQL, and PostgreSQL applications by building three full projects. You’ll discover some techniques widely used in the industry today. And you’ll find out how to use notable libraries like Express and Pg.
You will skyrocket to the top of the talent pool because you can build backend web applications. The backend is the heart of services and products. So knowing how to write the backend is the other highly crucial skill looked for by top software companies like Google, Facebook, Microsoft, and more.
In this course, you’ll get familiar with Node by building an application from the start. First, you’ll learn how to use the native Node modules to build a server.
Second, you’ll build a more in-depth application with Node and Express to learn how to a build an api with a complete set of http request methods.
Next, you’ll dive into SQL and PostgreSQL to build a solid foundation around these tools. After, you’ll build an api that combines all the previous concepts with Node and PostgreSQL so that you understand how to create Node apps that work with advanced databases.
If you’ve already gone through the the quick JavaScript and web development tutorials online, then this course will take you to the next level.
Ready to step up your coding game? Excited to boost your skills? Then what you are waiting for? Let’s get started coding!