FastFruits is an online retail store that sells fruits and vegetables. We have tried to design the database and business logic layer for a Quick Commerce retail store specializing in fruits and vegetables. Fruits and vegetables are the most difficult Stock Keeping Unit category for most grocery companies owing to a standard wastage rate of 30%. Our system aims to minimize this wastage through algorithmic end-to-end lifecycle management of fruits and vegetables.
This project is a database management system (DBMS) that has been built using MySQL and Flask to manage the data for FastFruits.
- Customers can register and login to purchase fruits and vegetables.
- Customers can add items to their cart and place an order. Customers can view their order history.
- Admins can manage the inventory, update stock and prices of fruits and vegetables.
- Admins can view order history of all customers and mark orders as fulfilled.
- Admins can add, update, and delete products from the inventory.
Python 3.6 or higher
Flask 2.0 or higher
MySQL 8.0 or higher
Flask-MySQLdb 0.2.0 or higher