/recordcrate

Keep track of your record collection.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

https://travis-ci.org/kwpav/recordcrate.svg?branch=master

Recordcrate

Keep track of your records.

A work in progress.

Getting Started

Clone the repo:

git clone https://github.com/kwpav/recordcrate.git

Set up Python (this project assumes you have Pipenv installed):

cd recordcrate/api/
pipenv install

Start the server:

pipenv run vinyl/manage.py runserver

Run the tests:

pipenv run vinyl/manage.py test vinyl/records/tests/ -v 2