CatSocial is an application where cat owners can match cats with each other
- Create file
cats-social.env
DB_NAME=
DB_HOST=
DB_USERNAME=
DB_PASSWORD=
DB_PORT=5432
BCRYPT_SALT=8
JWT_SECRET=
- run
make build-dev
- run
make run-dev
if you're running this for the first time, do:
- run
make migrate-db
- Golang >1.21.0
- Go Fiber
- Postgres
- Docker