Skip to content

traveltogether/traveltogether_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.