Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.33 KB

README.md

File metadata and controls

46 lines (39 loc) · 1.33 KB

Summary


This is an ecommerce-project Ebay like bidding platform. Created for CS50 Web Course with my own Personal Touch to the styling and other feature. This Project is fully-responsive and mobile friendly.

Techstacks


  1. Language: Python, Javascript, HTML, CSS
  2. Framework & Tools: Django, Bootstrap

Demo Video


Commerce._.CS50.web.1.1.mp4


Key Features


  1. This is a Full-Stack Web Development Project created using Django and Bootstrap
  2. Full-Responsive and Mobile Friendly
  3. Authentication and different Permissions implementation
  4. SQLite3 as backend Database
  5. Simple and Clean User Interface

How to install


  1. Copy project using Git
git clone https://github.com/DarkIce000/Ebay-replica.git
cd Ebay\-replica
  1. Set up Environment
python3 -m venv .
source bin/activate
pip install django
  1. Make migrations & Migrate
python3 manage.py makemigrations
python3 manage.py migrate

~
~
~