Nest.js simple CRUD REST API
Installation:
# clone repository
git clone https://github.com/boolfalse/nest-rest-api.git
cd nest-rest-api
# install dependencies
npm install
# setup MongoDB Atlas
write environment variables in .env as in .env.example
# run the server
npm start
# or for development with nodemon
npm run start:dev