modulepackage
0.0.0-20240903015947-5b6f6f78d8fb
Repository: https://github.com/bhovdair/go-rest-api.git
Documentation: pkg.go.dev
# README
go-rest-api
golang Restful API using Gin & Gorm
in this repository i will try to jump in to develop restful api using these:
- GIN
- GORM
- POSTGRESQL
#roadmap
- learn how to setup the database with postgresql using gorm
- learn how to create routes for api endpoints
- learn create simple crud for users
- implement repository and service pattern, move all business logic from handlers
- implement validation rules for data submission
- create simple crud for product categories
- create simple crud for role & role permission
- create middleware for permission authorization
- implement middleware in routes
# 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