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

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

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
```