A progressive Node.js framework for building efficient and scalable server-side applications.
Description
IntershipManager - The whole lifecycle of internship agreements in one app !
Installation
$ npm install
In /src/config/ create a file called config.json and copy the content of config.template.json in it. Change the values such as the server port to match your needs.
Running the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
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.