/golangRestfulAPISample

Sample Restful app with echo framework (golang)

Primary LanguageGo

Web Application (Golang)

Feature

  • Using gorm ORM (CRUD sample)
  • Using Mongodb - CRUD sample (Futrue)
  • Restful-api sample
  • Web app sample (future)
  • JWT authentication with restful

Usage

  • clone git@github.com:kyawmyintthein/golangRestfulAPISample.git to $GOPATH/src/
  • cd golangRestfulAPISample/
  • create database manually based on database.yaml (dev env)
  • go run main.go