Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)