This is a project for our GoSchool Project Live Batch 4.
- api
|- controllers
|- routes.go
|- base.go
|- users_controller.go
|- health_controller.go
|- business_controller.go
|- category_controller.go
|- comment_controller.go
|- models
|- category.go
|- user.go
|- business.go
|- comment.go
|- auth (security)
|- token.go
|- middlewares
|- middlewares.go
- tests
- client
|- controllers
|- business_controller.go
|- category_controller.go
|- home_controller.go
|- users_controller.go
|- public
|- style.css
|- routes
|- routes.go
|- templates
|- main.go (client start http server)
- go.mod
- go.sum
- .env
- main.go (rest api start http server)
- README.md
This app is to help HBBs be known to the users of the app.
Registered users are able to create business listings and leave their comments / ratings. Businesses' geographic coordinates, latitude and longitude will be derived from their address via geocoding and shown on an embeded map.
Public users can browse and search for businesses.
- Alvin Yeoh
- Khairul
- Koh Shao Wei
- Sherman Lum (Withdrawn)