Part 3 - Programming a server with NodeJS and Express
Core Concepts
- Express and Middleware
- Development with Nodemon
- CORS
- Production builds, serving static files, and deploying to the internet
- MongoDB - schemas, db configuration, and validation
- ESLint
Libraries/Tools Learned
- NPM & Node.js
- Express
- Mongoose & MongoDB
- Nodemon
- REST & Postman
- Heroku
- ESlint
Projects
In this part we created a backend for the Phonebook app, allowing for usage of a database from the frontend. Getting the full stack working and deployed online was a big moment for me!