- Django 2.0+
- Uses Pipenv - the officially recommended Python packaging tool from Python.org.
$ git clone
$ install env via pip
$ pip install -r requirements.txt
$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 manage.py runserver
- less secure app access should be ON
- to secure listing from unauth users
- Customers Listing
- Products Listing
- Orders Listing
- Admin Panel