A Backend
for taking
simple notes
$ npm i
Set .env as .env.example
If you wanna start mongo with docker run:
$ docker run -p 27017:27017 -d mongo
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
In local, go to /api/docs to see and test the BE.
🐧 Hello tux friend 🐧