An open API service indexing awesome lists of open source software.

https://github.com/ausaf007/lets-go

⚡️ Setup a minimal Go REST backend server with a single command
https://github.com/ausaf007/lets-go

cli-tool go go-fiber golang rest-api sqlite

Last synced: 7 months ago
JSON representation

⚡️ Setup a minimal Go REST backend server with a single command

Awesome Lists containing this project

README

          





Logo



⚡️ 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.

## ⚙️ Installation & Quick Start

Note: This project is still work in progress. Contributions are welcome!

Make sure you have Go installed ([download](https://go.dev/dl/)). Version `1.17` or higher is required. Then install Lets-Go with the [`go install`](https://pkg.go.dev/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them) command:

```bash
go install github.com/ausaf007/lets-go@latest
```

Initialize your project by running:

```
lets-go init github.com/your/repo
```

## 👍 Contribute

If you want to say **thank you** and/or support the active development of `Lets-Go`:

1. Add a [GitHub Star](https://github.com/ausaf007/lets-go/stargazers) to the project.
2. Write a review or tutorial on [Medium](https://medium.com/), [Dev.to](https://dev.to/) or personal blog.

## ⚠️ License

`Lets-Go` is free and open-source software licensed under the [MIT License](https://github.com/ausaf007/lets-go/blob/master/LICENSE).