Keep track of your records.
A work in progress.
Clone the repo:
git clone https://github.com/kwpav/recordcrate.gitSet up Python (this project assumes you have Pipenv installed):
cd recordcrate/api/
pipenv installStart the server:
pipenv run vinyl/manage.py runserverRun the tests:
pipenv run vinyl/manage.py test vinyl/records/tests/ -v 2