Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 300 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 300 Bytes

Backend

  1. Create/activate the vitrual environment
python -m venv env
.\env\Scripts\activate
  1. Install all the dependencies required
pip install -r requirements.txt
  1. Migrate the database
python manage.py migrate
  1. Run the app
python manage.py runserver