/gonotevanilla

A simple CRUD note app in vanilla Go

Primary LanguageGo

baby-gopher GoNoteVanilla

A simple CRUD APIs for note using vanilla GoLang.

This is the link to get the list of APIs on Postman.

How to use it

  • Install Go
  • go get github.com/mantishK/gonotevanilla
  • go get github.com/coopernurse/gorp
  • configure mysql db at config/dbconn.go

How to run it

  • go run github.com/mantishK/gonotevanilla/main.go

####Cheers !!