Groc4All - An E-Commerce Website

Features

1. Full Authentication via face-recognition
2. Category Add
3. Product Add
4. Shopping Cart
5. Checkout Page
6. Wishlists Create
7. Wishlish Delete
8. Profile Create
9. Profile Update
10.Shopkeeper user
11.Speech to Text Chatbot
12.Stripe Payment
13.Corona Prediction
14.COVID-19 Charts

Quick Start Guide

Clone the project repository

# change directory
$ cd IBM_HACK

# Setup Virtual Environment(LINUX)
$ virtualenv venv
$ source venv/bin/activate

# Install requirements
$ pip install -r requirements.txt

# Migrate db File
$ python manage.py makemigrations
$ python manage.py migrate

# Launch server
$ python manage.py runserver