Skip to content

HelloMrShu/easter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Micro Web Framework

Easter is a web framework written in Go and Gin. It features a API. If you need performance and good productivity, you will love it.
Easter's key features are well encapsulated:

  • router
  • controller
  • service
  • model
  • log
  • db

Getting started

install

go mod tidy

running

go run main.go -e dev -p 8080

Then visit 0.0.0.0:8080/api/test in your browser to see the response!

{
    "code": 0,
    "content": {
        "data": "hello world!"
    },
    "message": ""
}

About

go web framework based on gin

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages