Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 816 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 816 Bytes

Lyrid Golang 1.x Chi Template

Run locally with:

go get
go run ./main.go

Open http://localhost:8000

Edit the names (optional):

Open .lyrid-definition and change the App and Module name, because this will override another applications with the same name in the platform.

Then submit to Lyrid Platform:

lc code submit

Wait until the cloud platform to finish with the build and the default deployment.

Start hacking:

Edit the route url, settings, and views at /entry folder with your custom APIs.

Add more middlewares or your business logic in there.

Deploy to Lyrid!!