https://github.com/1-alex98/voc5-backend
Voc5 Backend
https://github.com/1-alex98/voc5-backend
http java json sparrk-java
Last synced: 3 months ago
JSON representation
Voc5 Backend
- Host: GitHub
- URL: https://github.com/1-alex98/voc5-backend
- Owner: 1-alex98
- Created: 2020-01-20T23:09:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-27T13:20:05.000Z (about 1 year ago)
- Last Synced: 2025-05-27T14:32:47.763Z (about 1 year ago)
- Topics: http, java, json, sparrk-java
- Language: Jupyter Notebook
- Size: 161 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# voc5-backend
Run by executing `./gradlew run`
# Enviroment
You need to have a postgres db running with the needed tables
E.g. `docker run --rm --name pg-docker -e POSTGRES_PASSWORD=postgres -d -p 5432:5432 -v $HOME/docker/volumes/postgres:/var/lib/postgresql/data postgres`
And insert the needed tables from the schema.sql in the sql folder.
# SQL connection parameters
Use the following environment variables to configure the connection to the database.
POSTGRES_IP
POSTGRES_PASSWORD
POSTGRES_PORT
POSTGRES_DB
POSTGRES_SCHEMA