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.