API developed in NodeJs. The objective is manage projects and tasks.
- NodeJS
- npm
- MongoDB (for local development I use Docker, for Cloud I use Mongo Atlas)
- Clone the project
- Install the dependencies.
npm install
- Make sure you have a MongoDB instance.
- Configure environment variables for MongoDB and JWT.
- Run application
npm run dev
docker-compose exec mongodb /bin/sh