Skip to content

CharlieChae/RecommendationSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RecommendationSystem

Recommendation System django backend

How to start the Project

  1. Install Python Download Python and Install in you system.
  2. Install Pip Follow these steps to install pip:
  • Download get-pip.py to a folder on your computer.
  • Open a command prompt and navigate to the folder containing get-pip.py.
  • Run the following command:
python get-pip.py
  • Pip is now installed!
  1. Install virtualenv:
pip install virtualenv
  1. Create a Virtual Python Environment
cd my-project
virtualenv --python C:\Path\To\Python\python.exe venv
  1. Activate the Environment
.\venv\Scripts\activate
  1. Add Libraries
pip install -r requirements.txt
  1. Execute Python
python manage.py runserver
  1. Run the local server on browser:
127.0.0.1:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages