The following folder has the documentation prepared with all the SE steps followed in each phase.
Software requirement specification (SRS)
- Install Python and Pipenv. If you had installed python and Pipenv previously, No need to re-install again.
- Clone this repository and rename the folder as per your requirement.
Your directory structure should appear as follows;
StreamZ
├── system
└── media
- Installing Requirements is important. (in root) for Mac Users,
python -m pip install -r requirements.txt
for Linux Users,
pip install -r requirements.txt
- Navigate to system/settings.py, Change the Secret-key to your own project key and set Debug = True;
- To run the server, Inside root use the command;
python manage.py runserver
For help with commands, Use the following;
python manage.py help
- Access the client at localhost (http://127.0.0.1:8000)
Check the #app/urls.py for accessable urls.