Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 387 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 387 Bytes

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!