Steps to run the server:  @
- Clone the project and cd into root folder
- Create virtualenvironment with the name "venv" and enter using 'source venv/bin/activate'
- Install the requirements using 'pip install -r requirements.txt'
- Create a local file "local.sh" a. Within "local.sh" add "export SECRET_KEY='random_string'" b. Add "export DEBUG_SETTINGS=True"
- Run the command 'source local.sh'
- Run the command 'python3 manage.py runserver'