/Billing_App

A simple inventory for products

Primary LanguageCSS

Billing App

What is it?

  • An Adminpanel dashboard for an E-commerce app. Anyone can use this tempalate and integrate it with their working store-front. Feel free to star this repo if it was of any help!
  • Inventory management system

Steps to run this on your localhost

  1. CREATE VIRTUAL ENVIRONMENT
pip install virtualenv

To use venv in your project, in your terminal, create a new project folder, cd to the project folder in your terminal, and run the following command:

 python<version> -m venv <virtual-environment-name>

Activate the virtual environment

source env/bin/activate
  1. INSTALL ALL THE REQUIREMENTS
pip install -r requirements.txt
  1. Go to the billing_app folder
cd billing_app
  1. Set up the database and server and make it up and running
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
  1. To create superadmin
python manage.py createsuperuser

Extra resources for detailed documentation on Django

Django documentation

Django Rest Framework

FUTURE WORK

  • Payment integration
  • Filtering the billing history