Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (17 loc) · 384 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 384 Bytes

Recommendation_Engine

Running Frandom App on Local Machine

  1. Clone the repository
git clone https://github.com/java-abhinav07/Recommendation_Engine.git
  1. Install requirements.txt
pip3 install -r requirements.txt
  1. Run the main app
cd mysite
python3 manage.py runserver

Find the django website hosted on 0.0.0.0:8000