- Users
- User Addresses
- User Settings
- User Favourites
- Products
- Product images/media
- Discount / Coupon Codes
- Orders
- Messages
git clone https://github.com/wh0th3h3llam1/drf-firebase-auth.git
python -m venv <VENV_NAME>
`python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Navigate to http://127.0.0.1:8000