Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 612 Bytes

File metadata and controls

53 lines (35 loc) · 612 Bytes

Flask App Repository For NextHotel

Built With

  • Python: 3.8^
  • Flask: 2.0.2^

Getting Started

Prerequisites

  1. Clone the repo into our local machine
git clone https://github.com/Next-Hotel/NextHotel-FlaskApp.git
  1. Move to folder just created
cd NextHotel-FlaskApp/
  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
flask run
  1. For deactivate the venv
deactivate