mygoda / golangRestfulAPISample

Sample Restful app with echo framework (golang)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sample Restful app with echo framework (golang)


Languages

Language:Go 100.0%