A simple CRUD APIs for note using vanilla GoLang.
This is the link to get the list of APIs on Postman.
- Install Go
- go get github.com/mantishK/gonotevanilla
- go get github.com/coopernurse/gorp
- configure mysql db at config/dbconn.go
- go run github.com/mantishK/gonotevanilla/main.go
####Cheers !!