Skip to content

Kiprotich-Code/E-COMMERCE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

E-COMMERCE

An e-commerce site built with Django.

Stack

  1. Django, SQlite & Bootstrap - Monolith(Initial Version)
  2. Drf(API), PostgreSQL(DB), React(Frontend) - Final Version

Features

Setup

  1. Clone this project.
git clone https://github.com/Kiprotich-Code/E-COMMERCE.git
  1. Move into the cloned project's directory.
cd E-COMMERCE
  1. Create a python 3 virtual environment and activate it.
python3 -m venv env
source env/bin/activate
  1. Install the requirements.
pip install -r requirements.txt

Then move into the directory with source files

cd backend
  1. Make database migrations.
python manage.py makemigrations
python manage.py migrate

Create login details to access the system

python manage.py createsuperuser
  1. Run the application.
python manage.py runserver

Contributions

Contribution list

About

An e-commerce site built with Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published