Skip to content

theTropicalBoi/holbertonschool-hbnb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

holbertonschool-hbnb

Simplified version of an AirBnB-like application, named HBnB Evolution

Install Intructions & Requirement:

Virtual Environment

  • To install the Python Virtual Environment venv use: python -m venv .venv
  • To activate the Python venv use: source .venv/bin/activate on Mac OS source .\venv\Scripts\activate on Windows
  • To desactivate the Python venv use: deactivate

Requirement.txt

The requirements.txt file serve to list and keep all the libraries used on the venv

  • To enumerate and save the installed packages/libraries use: pip freeze > requirements.txt
  • To install the packages/libraries use: pip install -r requirements.txt

Initialize the Project:

  • Run the following command to init the devlopment project: python run.py

Project Directory Structure:

[[/part2/README|Part 2 (BL & API)]] [[/part3/README|Part 3 (Auth & DB)]]



Authors:

Shaan Somarchand

About

Simplified version of an AirBnB-like application, named HBnB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •