Setup Instructions

  1. Clone repo: git clone https://github.com/andela-cdike/psa-prototype.git
  2. Navigate to directory: cd psa-prototype
  3. Make virtual environment
  4. Install requirements: pip install -r requirements.txt
  5. Navigate to django project folder: cd psa_prototype
  6. Run server: python manage.py runserver

Note: If you haven't set up the frontend portion, head to https://github.com/andela-cdike/psa_prototype_front.