usysrc / ausleihe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ausleihe

An app for loaning objects.

How to start for development

Start the database:

docker compose up postgres -d

Migrate the database schema:

go run cmd/migrate/main.go up

Start the server:

./start.sh

This starts air that hot reloads golang builds.

About

License:MIT License


Languages

Language:Go 64.6%Language:HTML 19.3%Language:Dockerfile 11.2%Language:Shell 4.8%