Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jastka4/ev-charging-stations-palo-alto
https://github.com/jastka4/ev-charging-stations-palo-alto
docker docker-compose flask java11 mariadb python3 spring-boot spring-cache spring-security sqlalchemy
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jastka4/ev-charging-stations-palo-alto
- Owner: jastka4
- Created: 2021-03-27T22:15:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T21:28:49.000Z (almost 4 years ago)
- Last Synced: 2024-11-06T12:23:36.820Z (3 months ago)
- Topics: docker, docker-compose, flask, java11, mariadb, python3, spring-boot, spring-cache, spring-security, sqlalchemy
- Language: Java
- Homepage:
- Size: 456 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EV charging stations in Palo Alto
1. Install Docker and run it
2. Clone the repo and go to the project directory
```
$ git clone https://github.com/jastka4/ev-charging-stations-palo-alto.git
$ cd ev-charging-stations-palo-alto
```3. Run Docker Compose:
```
$ docker-compose up
```3. Wait a second for Docker to finish setting up all the containers.
4. Navigate to [http://localhost:8082/swagger-ui/](http://localhost:8082/swagger-ui/) to see all available endpoints.
You can also use a Postman collection that you can preview [here](endpoints.postman_collection.json).---
### Would you like to run the apps separately?
- Check [this readme](python-api/README.md) out to run the Python API.
- Check [this readme](java-api/README.md) out to run the Java API.