This is the backend of the Notes App, built with Node.js and Express.js. The backend handles all the API requests, user authentication, and manages the database for notes.
- User authentication with JWT (JSON Web Token).
- RESTful API to manage notes.
- CRUD operations for notes.
- Secure handling of user data and requests.
- Backend Framework: Node.js, Express.js
- Database: MongoDB Atlas
- Authentication: JWT
- Deployment: Railway