/tirna-api

Primary LanguagePython

Tirna

Local Setup

Prerequisites

Initial Setup

All commands are run from the ./api directory.

  1. Start the virtual environment
pipenv shell
  1. Install dependencies
pipenv install --dev
  1. Create the development db
createdb tirna_development
  1. Migrate the database
python manage.py migrate