This repository is dedicated to practicing and honing backend development skills. It includes various implementations and exercises using the following technologies and concepts:
- Node.js: JavaScript runtime for building server-side applications.
- Express.js: Web application framework for Node.js.
- MongoDB: NoSQL database for storing and managing data.
- Authorization & Authentication: Techniques to secure applications, including user login and role management.
- CRUD Operations: Implementation of Create, Read, Update, and Delete functionalities.
.
├── src
│ ├── controllers
│ ├── models
│ ├── routes
│ ├── middlewares
│ ├── config
│ ├── utils
│ └── app.js
├── .env
├── .gitignore
├── package.json
└── README.md