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

https://github.com/eniehack/monoxa-server


https://github.com/eniehack/monoxa-server

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# monoxa-backend

## install

### with Docker

#### required packages

- Docker
- Docker Compose

#### step

1. install required packages
2. git clone & cd
3. docker compose build
3. docker compose up -d

### without Docker

#### required packages

- golang
- sqlc
- dbmate

#### step

1. install required packages
2. git clone & cd
4. dbmate up
7. fetch `credential.json` which contains firebase configurations from firebase console
5. cp config.example.toml config.toml
6. vim config.toml
7. go build bin/main.go -o monoxa
8. ./monoxa -f config.toml