This is a simple CRUD (Create, Read, Update, Delete) API written in Go.
This API provides endpoints for managing resources using CRUD operations. It is built with Go and uses a PostgreSQL database
auth 📂
- Register API (password hash bcrypt)
- Login API (JWT)
profile 📂
- Profile API (from id)
- Me APi (see my profile)
- Edit My Profile API (update my profile)
product 📂
- Add Product API (role admin)
- Edit Product API (role admin)
- Delete Product API (role admin)
git clone https://github.com/Teemo4621/gobasic_api.git
cd gobasic_api
docker-compose up -d
go run main.go