Skip to content

Golang restfull API with gin web framework, postgresql, nginx and docker-compose

License

Notifications You must be signed in to change notification settings

Witaly3/golang-rest

Repository files navigation

Golang restfull API with gin web framework, postgresql, nginx and docker-compose

Installation

  1. Clone this repo git clone [email protected]:Witaly3/golang-rest.git
  2. Enter repo folder
  3. sudo docker-compose up -d
  4. API:
GET    /api/                        
GET    /api/todos                  
POST   /api/todo                  
GET    /api/todo/:todoId           
PUT    /api/todo/:todoId             
DELETE /api/todo/:todoId 
  1. sudo docker-compose down

About

Golang restfull API with gin web framework, postgresql, nginx and docker-compose

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published