Skip to content

lohanbodevan/gomonred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOMONRED

Bootstrap project to run HTTP REST API on GO lang with MongoDB and Redis

API Endpoints

GET /cars

[
  {
    "name": "Golf",
    "brand": "VW"
  },
  {
    "name": "Polo",
    "brand": "VW"
  },
  {
    "name": "Uno",
    "brand": "Fiat"
  }
]

POST /cars

{
  "name": "Lancer Evolution",
  "brand": "Mitsubishi"
}

Requirements

  • Docker Compose

RUN

docker-compose up

http://localhost:8080/cars

About

Bootstrap project to run HTTP REST API on GO lang with MongoDB and Redis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published