Backend files
Description
Developpement
Installer Node.js
cd back
npm install
cp environements/sample.env environements/dev.env # if needed
npm run dev
Running the app
$ npm run dev
Test
$ npm run test:all # launch all tests with limited memory leaks
$ npm run test <subfilename> # launch a subset of tests
Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Stay in touch
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
License
Nest is MIT licensed.