mekcherie / Grocery-Store-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homework 3: Grocery Store

For instructions on how to complete this assignment, see here.

To run this code, start by cloning this repository to your computer. Then in a terminal, navigate to the project folder.

To install dependencies, run:

pip3 install -r requirements.txt

Then rename the .env.example file as .env:

cp .env.example .env

Then you can run the server:

python3 app.py

About


Languages

Language:Python 58.6%Language:HTML 35.3%Language:CSS 5.8%Language:Shell 0.3%