Backend-Bootcamp-Day-1
In this task I have learned about the following things:
1. The fundamentals of MVC architecture
2. How to create a Node.js server
3. Routing in Node.js with Express
4. Creating a MongoDB database and connecting to it
5. Creating a schema and model with Mongoose
6. Controllers and how to structure them
7. Consuming APIs with Postman
8. Middleware and how to use it for error handling