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.
- Language: Python, Javascript, HTML, CSS
- Framework & Tools: Django, Bootstrap
Commerce._.CS50.web.1.1.mp4
- This is a Full-Stack Web Development Project created using Django and Bootstrap
- Full-Responsive and Mobile Friendly
- Authentication and different Permissions implementation
- SQLite3 as backend Database
- Simple and Clean User Interface
- Copy project using Git
git clone https://github.com/DarkIce000/Ebay-replica.git
cd Ebay\-replica
- Set up Environment
python3 -m venv .
source bin/activate
pip install django
- Make migrations & Migrate
python3 manage.py makemigrations
python3 manage.py migrate
~
~
~