- CRUD Operations using Express
- GET
- POST
- PUT
- DELETE
- Restructuring the app using routes
- Setting up the PORT and listening on it
- Middlewares - Custom, Built-in, and Third-party
- Setting up and using Environemnts ( Development and Production)
- Configuration using config
- Debugging using debug