Skip to content
/ metadb Public

A simple database containing metadata linked to musicbrainz ids

Notifications You must be signed in to change notification settings

MTG/metadb

Repository files navigation

metadb

Installation

Docker

Setup:

Build the docker containers:

docker-compose build

Start all containers:

docker-compose up

Once the containers are up, you can initialise the database:

docker-compose run --rm web python manage.py init_db
docker-compose run --rm web python manage.py fixtures

To make a web token to submit/retrieve using the webservice

docker-compose run --rm web python manage.py addtoken --admin

About

A simple database containing metadata linked to musicbrainz ids

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages