Entire StockSim application is now within a docker container. We have two services, the db service hosted in mysql 5.7 and the django project is in a python 3.6 service.
closes #56
Updated static files
Removed outdated files
added docker container for database and python image
Django server can now be quickly deployed and started up using django-compose up
Entire StockSim application is now within a docker container. We have two services, the db service hosted in mysql 5.7 and the django project is in a python 3.6 service.
closes #56
django-compose up