Restful API for noty project front
Clone the repo by using git clone
.
Run npm install
.
Nestjs
Typescript
Mongoose
Jest
src
│ main.ts # App entry point
│ app.controller.ts # App main controller
│ app.module.ts # App main module
│ app.service.ts # App main service
└───note
└───dto # Dto
└───interfaces # Interface
└───schema # schemas
│ note.controller.spec.ts #
│ note.service.spec.ts #
│ note.controller.ts #
│ note.module.ts #
│ note.service.ts #
Run on your terminal npm run start:dev
, the server will restart everytime we make a change in our code.
run npm run start:prod
For the versions available, see the tags on this repository.
Amell Fezai - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details