/P02

Primary LanguageJavaScript

Four Toppings by HMart

HMart Employees (Roster)

  • Michelle Lo (PM): shop-front (level management) (frontend + backend)
  • Annabel Zhang: inventory + shop (frontend + backend)
  • Rachel Xiao: user management (frontend + backend)
  • Tina Nguyen: kitchen (making the tea) (frontend + backend)

Project Description

Welcome to Four Toppings, a virtual boba tea shop to quench your boba cravings 🧋! In this game, users will simulate what it’s like to run their own boba shop: brewing boba, selling boba to customers, managing the shop’s inventory, and more!

Launch Codes

  • Install virtual environment
    $ python3 -m venv ~/tea
    Linux: $ source ~/tea/bin/activate
    Windows: $ source ~/tea/Scripts/activate

  • Clone the Repository
    (tea)$ git clone https://github.com/michelle-lo/p02.git

  • Install Dependencies
    (tea)$ cd p02
    (tea)$ pip install -r requirements.txt

  • Run the App
    (tea)$ cd app
    (tea)$ python3 __init__.py

  • Open the website at http://127.0.0.1:5000/