Skip to content

An E-commerce website for groceries created using HTML, CSS, Javascript, Flask and SQL

Notifications You must be signed in to change notification settings

anushk4/GrocerEase

Repository files navigation

GrocerEase

A E-commerce website for groceries (hence, the name GrocerEase) based on BlinkIt.

Tech Stack used

  • HTML
  • CSS
  • Javascript
  • Flask (Python)
  • SQL

Running the website

  1. Run the SQL files in the ./GrocerEase/data folder in the following order - main.sql, triggers.sql. This sets up your database.
  2. Open ./GrocerEase/frontend in the terminal/code editor.
  3. Run pip install -r requirements.txt in the terminal.
  4. Refer to .sample_env to create a .env file and enter your credentials to run the code.
  5. Run app.py and the web pages will display on your local host in your default browser.
  6. OPTIONAL: Create a virtual environment for your system before step 3.