It was built using NestJS framework, which allows building efficient, reliable and scalable server-side applications.
- Yann LE COZ – Web Full-Stack Developer
- NestJS - A progressive Node.js framework.
- Visual Studio Code - Code editor.
You can install the project by cloning this repository:
git clone https://github.com/ianlcz/flood-api.gitFirst of all, if you have just cloned the repository you have to install the project dependencies with the command npm install in the root folder.
# development mode
$ npm run start
# watch mode
$ npm run start:dev# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov