Skip to content

This is a bike shop web project made in Django and python

License

Notifications You must be signed in to change notification settings

JohanDhana/bike-shop-django

Repository files navigation

Django bike shop

This project is a bike e-commerce shop made in Python and Django.

Downloading project:

Clone or download as zip

https://github.com/JohanDhana/bike-shop-django.git

To get this project up and running you should start by having Python installed on your computer. It's advised you create a virtual environment to store your projects dependencies separately. You can install virtualenv with

pip install virtualenv

Clone or download this repository and open it in your editor of choice. In a terminal (mac/linux) or windows terminal, run the following command in the base directory of this project

virtualenv env

That will create a new folder env in your project directory. Next activate it with this command on mac/linux:

source env/bin/active
 pip install -r requirements.txt
pip install Django

For running

python manage.py runserver

user:admin

password:admin

Screenshots

HOMEPAGE


App Screenshot

CATEGORY PAGE


App Screenshot

DETAILS PAGE


App Screenshot

CHECKOUT PAGE


App Screenshot CART PAGE


App Screenshot ADMIN BIKE DETAIL PAGE


App Screenshot DJANGO REST FRAMEWORK /bikes


App Screenshot