Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 640 Bytes

File metadata and controls

28 lines (22 loc) · 640 Bytes

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