chunned / databass

Databass is a music diary to track the releases you listen to and how you feel about them.
1 stars 0 forks source link

Overview


This is a simple Flask app to manually track music releases you listen to. It's similar to RateYourMusic but has no community aspect.

There are a few things to note before you use it:

Usage

Download the docker-compose.yml file: wget https://raw.githubusercontent.com/chunned/databass/main/docker-compose.yml

Choose a port to use on line 7.

In the environment section:

In the volumes section:

Then, run docker compose up -d and visit the application at localhost:<port>