Golang/Gin Gonic backend simple CRUD operation with PostgreSQL database.
Create a .env
file that has your PostgreSQL credentials as it is in example.env
To run migrations just use this command:
go run migrate/migrate.go
To run the server just use this command:
go run main.go
Thank you!