Categorygithub.com/punchanabu/redrice-backend-go
repositorypackage
0.0.0-20240430071105-cd00ad59f431
Repository: https://github.com/punchanabu/redrice-backend-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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 in CEDT frontend class later on.

Architecture

  • Backend service : gin / gorm
  • Image Storage : using minio to interact with my cheap s3 object storage for restaurant image.
  • Authentication : basic authentication with jwt and stuffs.
  • Database : Postgres
  • API Documentation : using gin/swagger for generating api docs.