This application is the backend of AppToShare.
Our goal is to imporve the current reservation process to make it easier for stuends and also easier to manage, with future proof in mind.
This application was written with the Nest framework.
- NodeJS and NPM
- Git
- 500mb of free space
$ git clone https://github.com/FerLuisxd/CubiculosPoolBackend.git
$ cd CubiculosPoolBackEnd/
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
You can ask for support on the #Follow the devs section
This app is MIT licensed.