Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 753 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 753 Bytes

Engineering Project Backend Application (Server)

The backend (server) application of the engineering project adit, 2017. See https://adit.github.io/ for more information.

Build

Prerequisities:

git clone https://github.com/fabianhauser/engineering-projekt-server.git engineering-projekt-server
cd engineering-projekt-server

# Build java building docker container
make build-container-testing

# Build application and docker container
make postgres-start
make build
make postgres-stop

# For a release, the docker container could be uploaded now.