Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

ESIR2-PROJECT/FRONTEND

Repository files navigation

BornToMap

Screenshot of the main page

Description

A web interface showing the evolution of electric vehicules charging network.

Members

  • DELAPART Thomas
  • GOARDOU Fabien
  • LE LAN Quentin
  • MORVAN Arthur
  • PICAUD Tom
  • SAUVAT Bastien
  • TSAGAAN Tergel

Try it !

https://projet.fgdou.ovh/

Launch

Requirements

  • Docker

Run

Access frontend with http://localhost/

Copy the docker compose file or download the project, and run :

docker compose up -d

Compile

Development

sh dev.sh # Linux
./dev.bat # Windows

In development mode, you have access to adminer : http://localhost/adminer
With System Postgres

Production

sh prod.sh # Linux
./prod.bat # Window