Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leylahosseini/gin-crud-postgres-gorm
gin-crud-postgres-gorm
https://github.com/leylahosseini/gin-crud-postgres-gorm
crud-api gin golang gorm postgres
Last synced: 14 days ago
JSON representation
gin-crud-postgres-gorm
- Host: GitHub
- URL: https://github.com/leylahosseini/gin-crud-postgres-gorm
- Owner: leylahosseini
- Created: 2024-10-31T15:16:37.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2024-10-31T15:37:57.000Z (15 days ago)
- Last Synced: 2024-10-31T16:26:52.886Z (15 days ago)
- Topics: crud-api, gin, golang, gorm, postgres
- Language: Go
- Homepage: https://enginedevops.com
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gin-crud-postgres-gorm
This project is basically made for Golang, which uses Gin Gorm and Postgres ,which includes the CRUD operation.
###
curl -X POST localhost:8080/users -d '{"name":"test1" , "email":"[email protected]" }' --header "Content-Type: application/json"
###
curl -X PUT localhost:8080/users/:id -d '{"name":"test1" , "email":"[email protected]" }' --header "Content-Type: application/json"
###
curl -X DELETE localhost:8080/users/:id
###
curl -X GET localhost:8080/users###
Support Swaggers in
###
localhost:8080/docs/index.html