# README
How to start the server.
1. Install Goose migration tool:
$ go install github.com/pressly/goose/v3/cmd/goose@latest
3. Run database migration command:
$ make migrate-up
3. Run the golang server:
$ make start
Software used in this project
- Golang
- SQLite
- Gorm
- Make
- Bootstrap framework.
- Auth0 for authentication.
# Packages
No description provided by the author