A web interface showing the evolution of electric vehicules charging network.
- DELAPART Thomas
- GOARDOU Fabien
- LE LAN Quentin
- MORVAN Arthur
- PICAUD Tom
- SAUVAT Bastien
- TSAGAAN Tergel
- Docker
Access frontend with http://localhost/
Copy the docker compose file or download the project, and run :
docker compose up -d
sh dev.sh # Linux
./dev.bat # Windows
In development mode, you have access to adminer : http://localhost/adminer
With System Postgres
sh prod.sh # Linux
./prod.bat # Window