https://github.com/eniehack/monoxa-server
https://github.com/eniehack/monoxa-server
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eniehack/monoxa-server
- Owner: eniehack
- Created: 2024-02-21T17:10:16.000Z (over 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-02-26T23:00:51.000Z (over 2 years ago)
- Last Synced: 2025-02-13T06:31:45.000Z (over 1 year ago)
- Language: Go
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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