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
- Host: GitHub
- URL: https://github.com/ausaf007/lets-go
- Owner: ausaf007
- License: mit
- Created: 2023-11-14T12:54:39.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T17:13:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T19:38:01.654Z (9 months ago)
- Topics: cli-tool, go, go-fiber, golang, rest-api, sqlite
- Language: Go
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
⚡️ 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).