Skip to content

bgels/grocery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grocery Simulator

Roster:

Yu Lu - Project Manager
JS and Tailwind for site interactivity

Emily Mai - Database manager
builds and maintains Sqlite database + integration with middleware

Jun Jie Li - Middleware
Frontend visuals, game assets and design

Ricky Lin - Front-end
Flask middleware, Sqlite queries, and page routing

Description:

We plan to create a grocery store management simulator. The player will primarily play in two roles, the cashier and the manager. Customers will come into the store daily and buy goods before going to the register to pay, the cashier will calculate and total the goods and give them back any leftover change. When the day ends, the manager will be responsible for buying new stock for tomorrow and order new upgrades for the store that will improve customer mood and store efficiency

Visit our live site at nocoupon.works

Install Guide:

  1. Git clone this repo through ssh (git@github.com:bgels/grocery.git) onto local computer in an accessible location
  2. Navigate into cloned Repo [cd grocery/]. Then navigate into app directory [cd app]
  1. Create a python virtual enviornment using: [python3 -m venv venv]. Activate virtual enviornment using: [cd venv] Then . bin/activate
  1. Navigate to root of repo grocery/ via: [cd ..] (2x) to prepare for installation of dependencies
  2. Install required dependencies using command: [pip install -r requirements.txt] then navigate into app via [cd app] to prepare to launch

Launch Codes:

  • Run command: [python3 __init__.py] or [python __init__.py]

Ensure current terminal PATH is correctly routed to grocery/app if not, route to app using command: [cd (Directory you installed our repo into)/grocery/app]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors