A simple pet project website, where puzzle or board games lovers can share their sets.
##Setup
- Create .env file with the following keys
- PORT=
- DATABASE_URL= , documentation https://turso.tech/
-
Migrations, documentation - https://pkg.go.dev/github.com/gavsidhu/miflo#section-readme, To create new migration use:
miflo create [migration_file_name]
-
To run the web server just do
make run