https://github.com/sanriodev/aandm_backend_gin
server for aandm
https://github.com/sanriodev/aandm_backend_gin
Last synced: about 2 months ago
JSON representation
server for aandm
- Host: GitHub
- URL: https://github.com/sanriodev/aandm_backend_gin
- Owner: sanriodev
- License: mit
- Created: 2025-02-23T16:54:48.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-28T06:48:33.000Z (about 2 months ago)
- Last Synced: 2025-03-28T07:31:58.396Z (about 2 months ago)
- Language: Go
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
lightweight API.
| Go-Report | Reference |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| [](https://goreportcard.com/report/github.com/sanriodev/aandm_server) | [](https://godoc.org/github.com/sanriodev/aandm_server) |The classic `aandm-API` rewritten in go for simplicity and blazingly fast performance!
> [!WARNING]
> Still under construction 👷### Api basepath
`/api/v1` on port `3000`
### to run locally
```zsh
$ go run main.go
```### to build into executable
```zsh
go build
```## OpenAPI Documentation
### generate Swagger Documentation
```zsh
swag init
```### format swag comments
```zsh
swag fmt
```#### Swagger Basepath
`/doc`