Briefly describe your project.
The Swagger documentation for the API can be found at the following URL:
The Postman collection for interacting with the API can be found at the following URL:
Make sure you have the following installed:
- Node.js
- MongoDB
- ...
- Clone the repository.
- Install dependencies using
npm install. - Set up your environment variables by creating a
.envfile. Use the following template: - Run npm run dev
PORT=8000
MONGODB_URI="your_mongodb_uri_here"
SECRET_KEY=your_secret_key_for_jwt_here