Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 604 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 604 Bytes

E-Commerce-Portal

A Simple E-Commerce Portal made in Django (Under Development) Uses SQLite DB

How to build the app?

a.Install Django and Python3.6

b.Open the terminal and run git clone https://github.com/JayjeetAtGithub/E-Commerce-Portal.git

c.cd into E-Commerce-Portal 'cd E-Commerce-Portal'

d.Execute 'python3.6 manage.py makemigrations'

e.Then Execute 'python3.6 manage.py migrate'

f.Then Execute 'python3.6 manage.py runserver'

g.Open a browser(pref. Google Chrome) and navigate to localhost:8000

You Should install SQLiteDBBrowser to browse and work with the SQLite Database