A Note Backend A backend app built with Django and DRF Setup Django Install dependencies with Pipenv $ pipenv install Setup .env There should be a sample called .env.sample Install migrations $ pipenv run python manage.py migrate Run the development server $ pipenv run python manage.py runserver Running Tests $ pipenv run python manage.py test