No description
  • Shell 62.7%
  • Go 35.2%
  • Dockerfile 2.1%
Find a file
gramrate 3b52cfecc9
Some checks failed
Build docker image / build-and-push-image (push) Has been cancelled
fix bugs again on ednpoint (get:trades)
2024-07-12 12:24:03 +03:00
.github/workflows roll back 2024-07-11 00:22:29 +03:00
cmd add cd 2024-07-09 12:52:30 +03:00
internal fix bugs again on ednpoint (get:trades) 2024-07-12 12:24:03 +03:00
scripts add endpoint (trades) 2024-07-11 17:22:44 +03:00
.dockerignore add docker support 2024-07-05 14:59:17 +03:00
.env add cd 2024-07-09 12:52:30 +03:00
.gitignore add cd 2024-07-09 12:52:30 +03:00
compose.yml add endpoint (allcities) 2024-07-11 14:10:42 +03:00
Dockerfile fix Dockerfile 2024-07-08 11:41:30 +03:00
go.mod add trade, book models, add jwt middleware, add profiles/me endpoint 2024-07-08 14:45:40 +03:00
go.sum add trade, book models, add jwt middleware, add profiles/me endpoint 2024-07-08 14:45:40 +03:00
README.md fix README.md 2024-07-08 12:03:05 +03:00

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: