Online App website: https://prello22app.igpolytech.fr
Online API website: https://prello22api.igpolytech.fr
Online dashboard website: https://prello22dashboard.igpolytech.fr/
Project managing tool using MERN stack (Mongo - Express - React - NodeJS). Application developed during our 5th year of CS & Management formation at Polytech Montpellier.
- Dependancies installation:
npm install
in both /client and /server folders. - Set your environment variables accordingly to the .env.example & .model.env files.
- In localhost, you can use
npm start
for the client andnpm run watch
for the server.
The client and server contain a Dockerfile. These Dockerfile are used by the /scripts/deploy.sh script to deploy the application to Dokku or Herokku for example. To use it, when you are at the root of the repository:
cd ./scripts
sh ./deploy.sh
You can run the tests in /client and /server folder by using the following command:
npm test
- Hugo FAZIO - HugoMeatBoy
- Kévin HASSAN - kevinhassan
- Cyprien LEGRAND - Cyp-Leg
- Clément LOUBIERE - cle-loubiere
- Clément ROIG - Clm-Roig
This project is licensed under the MIT License - see the LICENSE.md file for details