An Electric Vehicle Charging Station Hub Infrastructure Platform
- Docker
- Node.js (Individual module only)
- Python (Individual module only)
-
Create .env file based on .env.example file.
-
Run/build:
docker compose up [-d] [--build] [service-name]
-
Watch:
docker compose watch [--no-up] [service-name]
-
Clean up:
docker compose down [-v] [--rmi all] [service-name]