Categorygithub.com/sebdeveloper6952/blossom-server
repositorypackage
1.0.0
Repository: https://github.com/sebdeveloper6952/blossom-server.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Blossom Server

Go implementation of Blossom Server

Implementation

Run

  1. clone repo
  2. build docker image docker build -t blossom .
  3. run container docker run --rm --name blossom -v $(pwd)/config.yml:/config.yml -v $(pwd)/db:/db -p 8000:8000 blossom