- User authentication (registration, login, logout)
- Create, read, update, and delete notes
- Token-based authentication with JWT
- Node.js
- npm (Node Package Manager)
- MongoDB
-
Clone the repository:
git clone https://github.com/nmtun/notes_app_backend.git cd notes_app_backend npm install
-
.env file
PORT=3000 MONGODB_URI=your_mongodb_connection_string JWT_SECRET=your_jwt_secret
-
Run server
npm start