Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 645 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 645 Bytes

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