joao-fontenele / go-rest-api

rest api with crud routes. Used for studying go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Report Card

Go rest api

Requirements

  • golang 1.11
  • notify-tools: for inotifywait
  • godog

This project uses the eperimental modules feature, so you will need to run:

export GO111MODULE=on

Run the server

./dev-server.sh

About

rest api with crud routes. Used for studying go

License:MIT License


Languages

Language:Go 81.3%Language:Shell 11.7%Language:Makefile 7.0%