Skip to content

Golang/Gin Gonic backend simple CRUD operation with PostgreSQL database. It allows to create, read, update and delete posts.

Notifications You must be signed in to change notification settings

patienceigiraneza/golang-gin-gonic-backend-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Gin Gonic Backend Crud

Golang/Gin Gonic backend simple CRUD operation with PostgreSQL database.

Database configuration

Create a .env file that has your PostgreSQL credentials as it is in example.env

Migrate

To run migrations just use this command: go run migrate/migrate.go

Run server

To run the server just use this command:

go run main.go

Thank you!

About

Golang/Gin Gonic backend simple CRUD operation with PostgreSQL database. It allows to create, read, update and delete posts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages