Prello is an online project management tool.
Deployed app: https://prello-ig.igpolytech.fr
API documentation: https://prello-ig-back.igpolytech.fr/api-docs/
First, run MongoDB.
git clone https://github.com/MatthieuDye/prello.git
cd prelloOn one terminal:
cd client
npm install
npm startOn a second terminal:
cd server
npm install
npm startYour app is now running at the following link: http://localhost:3000/
API documentation is here: http://localhost:5000/api-docs/
You can run the tests in /server folder by using the following command:
npm test- Alia CHAWAF - aliachawaf
- Matthieu DYE - MatthieuDye
- Marine GARDEISEN - Gardeisen
- Rémi GESTIN - Remigestin
- Nathan GUILLAUD - NathanGuillaud
- William REGNART - williamregnart
