No description
- Shell 62.7%
- Go 35.2%
- Dockerfile 2.1%
|
|
||
|---|---|---|
| .github/workflows | ||
| cmd | ||
| internal | ||
| scripts | ||
| .dockerignore | ||
| .env | ||
| .gitignore | ||
| compose.yml | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| README.md | ||
Bookswapper backend
Stack/Libs used:
- Bcrypt
- Fiber
- Gorm
- PostgreSQL
Configuration via environment variables (.env file for docker):
POSTGRES_HOST=db
POSTGRES_PORT=5432
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=bookswapper
To run use compose.yml from this repo: