A Backend
for taking
simple notes
Stack
Installation
$ npm iSet .env as .env.example
If you wanna start mongo with docker run:
$ docker run -p 27017:27017 -d mongo Running the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodExecution
In local, go to /api/docs to see and test the BE.
๐ง Hello tux friend ๐ง