Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 489 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 489 Bytes

travel together

This is the backend application of travel together, a project for the module "Software-Engineering II" at Hochschule für Wirtschaft und Recht Berlin (Berlin School of Economics and Law).

To build this application, use go build cmd/traveltogether/main.go.

For execution, you need a PostgreSQL database. (Execute traveltogether -h for more information about parameters for configuring the database access of travel together.)

This project is written in Golang 1.15.