# README
🥘 Redrice Backend
- This is the backend where user can book restaurant reservation and stuffs it will be used as
apis
for my frontend project inCEDT frontend class
later on.
Architecture
- Backend service :
gin / gorm
- Image Storage : using
minio
to interact with my cheaps3 object storage
for restaurant image. - Authentication : basic authentication with
jwt
and stuffs. - Database : Postgres
- API Documentation : using
gin/swagger
for generating api docs.