Skip to content

GO JSON CRUD restAPI (without Auth)

Notifications You must be signed in to change notification settings

twk-mn/go-json-crud-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON CRUD API

Basic JSON CRUD API written in GO (with no authentication).

Migration:

go run migrate/migrate.go 

.env

PORT=3000  # Gin port
DB_URL="host=postgres.example.com user=username password=user_password dbname=database_name"  # Postgress DB

About

GO JSON CRUD restAPI (without Auth)

Resources

Stars

Watchers

Forks

Languages