Skip to content

Latest commit

 

History

History
69 lines (41 loc) · 1.14 KB

README.md

File metadata and controls

69 lines (41 loc) · 1.14 KB

AppToShare Backend

Description

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.

Pre Requisites

Installation

$ git clone https://github.com/FerLuisxd/CubiculosPoolBackend.git
$ cd CubiculosPoolBackEnd/
$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

You can ask for support on the #Follow the devs section

Follow the devs

License

This app is MIT licensed.