- Extract the downloaded code in a new folder.
- Create a virtual envirnoment in the created new folder using
virtualenv environmentcommand in the command prompt. - Activate the virtual environment using
environment/Scripts/activatecommand. - Install the dependencies using:
pip install -r requirements.txt. - Run the server summarizer server using
python manage.py runservercommand. - Run the django server by: Initially activating the environment, and navigating to Client_Server; Furthermore, run the migrations using
python manage.py migrate; Finally, use the commandpython manage.py runserver.
Shrikar-Kota/MMCS
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|