- Extract the downloaded code in a new folder.
- Create a virtual envirnoment in the created new folder using
virtualenv environment
command in the command prompt. - Activate the virtual environment using
environment/Scripts/activate
command. - Install the dependencies using:
pip install -r requirements.txt
. - Run the server summarizer server using
python manage.py runserver
command. - 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
.
-
Notifications
You must be signed in to change notification settings - Fork 0
Shrikar-Kota/MMCS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published