A messs manager is well a mess manager control site . Its a react app with Django backend.
- download repo
Although it is not mandatory but highly recommended that you create your own virtual environment . It prevents from compatibility issues. Here is how you can do that:
-
pip install virtualenv -
virtualenv my_env -
source my_env/Scripts/activateNow its time to install requirements -
pip install -r requirements.txtBoom
-
python manage.py runserver