Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 410 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 410 Bytes

A virtual trading app built with django as backend and javascript,html,css for frontend.

Instructions to run:

  • Set up virtual environment from requirements.txt
    • pip install virtualenv
    • vitualenv venv
    • source venv/bin/activate
    • pip install -r requirements.txt
  • 'python manage.py runserver`

To delete all data and start afresh in case of some error:

python manage.py flush