Skip to content

LukongL/virtual-marketplace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Virtual Marketplace

Models to be added

  • Users
    • User Addresses
    • User Settings
    • User Favourites
  • Products
    • Product images/media
  • Discount / Coupon Codes
  • Orders
  • Messages

⚙️ Setup

Clone the Repo

git clone https://github.com/wh0th3h3llam1/drf-firebase-auth.git

Setup Virtual Environment

python -m venv <VENV_NAME>

Migrate the Database

`python manage.py migrate

Create Superuser to access the admin panel (Optional)

python manage.py createsuperuser

Run local server (Runs on port 8000)

python manage.py runserver

Navigate to http://127.0.0.1:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%