This project is part of the course "Software Engineering"
School of ECE, National Technical University of Athens 2020-2021
Team "SmartEMobility":
Achlatis Stefanos-Stamatis
Christophidi Georgia
Kapsali Eleni-Elpida
REST API runs at base URL: https://localhost:8765/evcharge/api/
Technology Stack
Back-end
cd back-end
./gradle build ./gradlew apprun
CLI client
- Picocli
- Junit
- Rest api client
- To start CLI run:
cd cli-client
./gradle build ./gradlew installDist ./build/install/evcharge_67/bin/evcharge_67 -h
Front-end
cd front-end
yarn
yarn start