restAPI

command module
v0.0.0-...-837eb81 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2020 License: GPL-3.0 Imports: 1 Imported by: 0

README

restAPI

Sample restAPI with mongoDB

Config
  • change env to .env
  • run docker-compose up (just database)
  • go run main.go
Format
Action Method URI
CREATED POST /api/v1/articles
READ GET /api/v1/articles
UPDATE PUT /api/v1/articles/{ID}
DETAIL GET /api/v1/articles/{ID}
DELETE DELET /api/v1/articles/{ID}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL