CheeseWolt / localib-back

Partie métier de l'app localib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Localib-back

Description

Ce repo contient la partie métier de l'app Localib. C'est une API REST qui permet de gérer des locations de véhicules.

Installation

$ npm install

Lancer le back

# 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

License

Localib est un projet sous licence open source MIT. La licence est lisible ici.

About

Partie métier de l'app localib

License:MIT License


Languages

Language:JavaScript 66.2%Language:TypeScript 33.8%