Skip to content

Simple E-commerce website using django, Django REST Framework, PostgreSQL

Notifications You must be signed in to change notification settings

samiurprapon/ship-shop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple e-Commerce Webapp using Django [1], Django REST framework [2], PostgreSQL [3]

Project Description

A simple e-Commerce website where sellers can post ads of their products and buyers can buy.

TO DO & Implementations so far

Project Planning and Design (initially planned)

Simple Class Diagram

Class Diagram

Website Map

Website Map

Screenshot

Index Page

Install & Run Project

install modules

  • With Pipenv (it will install modules automatically)

Install Pipenv

$ pip install pipenv

Initiate pipenv shell and install modules

$ pipenv shell
$ pipenv install
  • Or install modules from requirement.txt
$ pip install -r requirements.txt

Run project

*** Need to configure PostgreSQL Database in your PC. Tutorial Links: [4] & [5].

$ cd shipshop_django
$ python manage.py migrate
$ python manage.py runserver

*** To create and access admin privilege

$ python manage.py createsuperuser

References

About

Simple E-commerce website using django, Django REST Framework, PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.9%
  • CSS 13.8%
  • HTML 7.5%
  • Python 6.8%