Instructions to Run the Application Locally :
-
Navigate to the Desktop directory in the command prompt , create a python virtual environment using "python -m venv DJANGOENV".
-
Activate the virtual environment using the command " DJANGOENV\Scripts\activate " . If you are using Linux / Mac then use the command " source DJANGOENV/bin/activate".
-
Clone the git repository using the URL associated with this repository.
-
Navigate to the cloned repository.
-
Run the command " pip install -r requirements.txt " to install the required libraries for the functioning of the application.
-
To run the application " python manage.py runserver "