Quick Start Guide

Get ready to make letsgo up and running in less than 5 minutes 🚀

For a step-by-step guide, please take a look at the detailed tutorial.

1. Install letsgo-cli globally

Please make sure Go, Mongodb and Glide are properly installed on your machine. Also make sure GOBIN is set properly.

go get github.com/letsgo-framework/letsgo-cli

2. Create a new project

lletsgo-cli init -importPath=github.com -directory=myapp -router=gin

3. cd into the newly created project

cd myapp

4. That's it. Run the application

go run main.go

or for live reload

letsgo-cli run -livereload

5. Consume API

Hello World API is accessible at http://localhost:8080/api/v1.