Skip to content

Next-Hotel/NextHotel-HotelRankingModel

Repository files navigation

Django Hotel Ranking App Repository For NextHotel

Built With

  • Python: 3.8
  • Django: 4.0.4

Getting Started

Prerequisites

  1. Clone the repo into our local machine
git clone https://github.com/Next-Hotel/NextHotel-ModelDeployment.git
  1. Move to folder just created
cd NextHotel-HotelRankingModel/
  1. Install virtual enviroment
python -m venv venv
  1. Activate the environment
venv/Scripts/Activate.ps1
  1. Install the piplist form requirements.txt
pip install -r requirements.txt
  1. Run Service
python manage.py runserver
  1. For deactivate the venv
deactivate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published