https://github.com/koubae/goanybusiness
OpenSource GO Application no-business specific (Any) for learn purposes
https://github.com/koubae/goanybusiness
backend crm database docker frontend full-stack go golang golang-application golang-examples golang-library jwt learning microservice mongodb monolith mysql restful-api website
Last synced: 3 months ago
JSON representation
OpenSource GO Application no-business specific (Any) for learn purposes
- Host: GitHub
- URL: https://github.com/koubae/goanybusiness
- Owner: Koubae
- License: mit
- Created: 2025-09-23T07:54:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-09-23T09:00:36.000Z (6 months ago)
- Last Synced: 2025-09-23T09:28:43.630Z (6 months ago)
- Topics: backend, crm, database, docker, frontend, full-stack, go, golang, golang-application, golang-examples, golang-library, jwt, learning, microservice, mongodb, monolith, mysql, restful-api, website
- Language: Makefile
- Homepage: https://federicobau.dev/
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
AnyBusiness
===========
_OpenSource GO Application no-business specific (Any) for learn purposes_
QuickStart
----------
* 1) Install [air-verse/air](https://github.com/air-verse/air) globally
```bash
make run
```
Development
-----------
### Hot-Reload
```bash
make run-reload
```
### Code quality
```bash
make quality
```
### go-tools -- static-check
* [staticcheck.dev](https://staticcheck.dev/)
* https://github.com/dominikh/go-tools?tab=readme-ov-file#tools
If you don't have it installed, run:
```basha
go install honnef.co/go/tools/cmd/staticcheck@latest
```