⚡️ LETS GO is a CLI tool to setup a minimal, high-performance Go REST backend server with a single command. It sets up a backend server with Go Fiber, SQLite and SQLC.
Note: This project is still work in progress. Contributions are welcome!
Make sure you have Go installed (download). Version 1.17
or higher is required. Then install Lets-Go with the go install
command:
go install github.com/ausaf007/lets-go@latest
Initialize your project by running:
lets-go init github.com/your/repo
If you want to say thank you and/or support the active development of Lets-Go
:
- Add a GitHub Star to the project.
- Write a review or tutorial on Medium, Dev.to or personal blog.
Lets-Go
is free and open-source software licensed under the MIT License.