Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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