https://github.com/byte-cats/microman
Minimal Go Backend Starter Kit without frameworks
https://github.com/byte-cats/microman
api easy go minimalist simple starter-kit
Last synced: 5 months ago
JSON representation
Minimal Go Backend Starter Kit without frameworks
- Host: GitHub
- URL: https://github.com/byte-cats/microman
- Owner: Byte-Cats
- License: mit
- Created: 2022-09-22T19:05:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T01:21:43.000Z (over 1 year ago)
- Last Synced: 2024-10-30T03:56:35.240Z (over 1 year ago)
- Topics: api, easy, go, minimalist, simple, starter-kit
- Language: Go
- Homepage:
- Size: 7.88 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# microman
[](https://github.com/Byte-Cats/microman/actions/workflows/codeql.yml)
[](https://github.com/Byte-Cats/microman/actions/workflows/go.yml)
[](https://pkg.go.dev/github.com/byte-cats/microman#section-readme)
[](https://goreportcard.com/report/github.com/byte-cats/microman)

## Minimal Go Api Starter Kit without frameworks
### Stats

Table of contents
=================
* [About](#about)
* [Features](#features)
* [Integration](#integration)
* [Kubernetes](docs/developer/kubernetes.md)
* [Docker](docs/developer/docker.md)
## About
- Using production experience and general principals in order to create the perfect microservice setup
- Uses [datastation](https://github.com/byte-cats/datastation) which is a library we made to let the user choose and configure a database quickly
### Features
- [x] Api Object
- [x] Basic Settings
- [x] Simple FS
- [x] Heavily Commentated
- [x] Example Routes
- [x] Sub-routing
- [x] Logging System
- [x] Redirect
- [x] JWT Ready
- [ ] Auto Generated Api Docs
- [ ] Example Database Use
- [ ] Test Automation
- [x] Users
- [ ] Authentication
- [x] Poggy Build Scripts
- [x] Sexier Documentation (More readme's EVERYWHERE???)
### Integration
- [x] Github Actions
- [x] Docker
- [x] Kubernetes
- [x] Jenkins
- [x] Travis.ci