Skip to content

FahadulShadhin/brikkho

Repository files navigation

BRIKKHO.com

E-commerce website created with Django

Python Django SQLite JavaScript

Run It:

  • Clone the project or download as zip:
git clone https://github.com/FahadulShadhin/brikkho.git
  • Install required python packages:
pip install -r requirements.txt
  • Run server:
python3 manage.py runserver

>> The website should be running at development server 127.0.0.1:8000

>> Copy the link and open it in a browser.

  • Make migrations to database:
python3 manage.py makemigrations
python3 manage.py migrate
  • Get admin access:
python3 manage.py createsuperuser (enter username, email, password)