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
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
- Git clone this repo through ssh (
git@github.com:bgels/grocery.git) onto local computer in an accessible location- Navigate into cloned Repo [
cd grocery/]. Then navigate intoappdirectory [cd app]
- Create a python virtual enviornment using: [
python3 -m venv venv]. Activate virtual enviornment using: [cd venv] Then. bin/activate
- Navigate to root of repo
grocery/via: [cd ..] (2x) to prepare for installation of dependencies- Install required dependencies using command: [
pip install -r requirements.txt] then navigate intoappvia [cd app] to prepare to launch
- Run command: [
python3 __init__.py] or [python __init__.py]
Ensure current terminal PATH is correctly routed to
grocery/appif not, route toappusing command: [cd (Directory you installed our repo into)/grocery/app]