A E-commerce website for groceries (hence, the name GrocerEase) based on BlinkIt.
- HTML
- CSS
- Javascript
- Flask (Python)
- SQL
- Run the SQL files in the
./GrocerEase/datafolder in the following order -main.sql,triggers.sql. This sets up your database. - Open
./GrocerEase/frontendin the terminal/code editor. - Run
pip install -r requirements.txtin the terminal. - Refer to
.sample_envto create a.envfile and enter your credentials to run the code. - Run
app.pyand the web pages will display on your local host in your default browser. - OPTIONAL: Create a virtual environment for your system before step 3.