Skip to content

ca42rico/notes

Repository files navigation

Nest Logo

A Backend

for taking

simple notes


Stack


Installation

$ npm i

Set .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:prod

Execution

In local, go to /api/docs to see and test the BE.


🐧 Hello tux friend 🐧

About

BE to take notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published