An open API service indexing awesome lists of open source software.

https://github.com/logic-fabric/billed

Source code supplied by OpenClassrooms to be used in a project of the Front-end Developer path
https://github.com/logic-fabric/billed

openclassrooms-code

Last synced: about 1 month ago
JSON representation

Source code supplied by OpenClassrooms to be used in a project of the Front-end Developer path

Awesome Lists containing this project

README

          

# Billed - Avril 2021

Code source du **Projet 9** - **_Débuggez et testez un SaaS RH_** du parcours **Développeur Front-end** d'_OpenClassrooms_.

### Lancer l'application en local

Cloner le projet :

`git clone https://github.com/logic-fabric/LoicMangin_9_01042021.git`

Aller dans le repo cloné et installer les **packages npm** (indiqués dans le `package.json`) :

`npm install`

### Lancer les tests en local avec _Jest_

`npm run test`

### Voir la couverture de test

Aller à l'adresse :

`http://127.0.0.1:8000/coverage/lcov-report`