Skip to content

BOB0320/Golang_Restful_Gin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restful APIs by using Golang, Gin, Gorm, Postgres

How to setup and Run

1. Make app.env file to your workspace

POSTGRES_HOST=127.0.0.1 POSTGRES_USER=postgres POSTGRES_PASSWORD=postgres POSTGRES_DB=jurassic_db POSTGRES_PORT=5432 PORT=8080

2. Setup postgres database

3. How to run

  • go mod tidy to install dependency
  • go run . to run this project
  • go build to build this project

Not completed things

  • Automated tests

About

Restful Backend with Gin Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages