This is my first try to use Django backend and next js front end with tailwinds.
- black
- colorama
- django-cors-headers
- isort
- mypy-extensions
- Pillow
- typing_extensions
- Category
- Product Type
- Sub Category
- Product
- Multiple Image Upload
- Product variation set
cd next
First, run the development server:
npm run dev
# or
yarn dev
&
cd django
py -m venv venv
venv\scripts\activate
py manage.py runserver