Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sainak/bitsb
Shuttle bus services backend written in go
https://github.com/sainak/bitsb
Last synced: about 2 months ago
JSON representation
Shuttle bus services backend written in go
- Host: GitHub
- URL: https://github.com/sainak/bitsb
- Owner: sainak
- License: mit
- Created: 2023-02-03T09:05:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T09:23:21.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T19:57:00.050Z (7 months ago)
- Language: Go
- Homepage:
- Size: 182 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BitsB
[![CI](https://github.com/sainak/bitsb/actions/workflows/main.yml/badge.svg)](https://github.com/sainak/bitsb/actions/workflows/main.yml) [![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
Shuttle bus services backend written in go
### Coverage report
[![coverage graph](https://codecov.io/github/sainak/bitsb/branch/main/graphs/tree.svg?token=OTQIKVNA83)](https://codecov.io/gh/sainak/bitsb)
## Run Locally
```bash
make up
```### Requirements
- go
- docker compose
- GNU/make
- curl### Environment Variables
Check the `.env.example` file for required environment variables
## Acknowledgements
- [Golang boilerplate](https://github.com/bxcodec/go-clean-arch)