Skip to content

ju5tyn/hotdog-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initial Project Setup Required:

  • cd to the project directory
  • create a virtual environment
python -m venv venv
  • activate the environment (every startup)
venv\Scripts\activate

or on Linux

source venv/bin/activate
  • install all dependencies from requirements.txt file:
pip install -r requirements.txt

Running the project

  • cd to the project directory
  • activate the virtual environment, as above, if you haven't already done so in the current terminal
  • to run on Windows:
start_windows.bat

or to run on Linux/MacOS:

./start.sh

Releases

No releases published

Packages

No packages published