/invoice-system

Management system to a product , accounts and invoices with Django and Tailwind CSS

Primary LanguagePython

iBilling System

Management system to a product , accounts and invoices with Django and Tailwind CSS

Setup

  1. ~# python -m venv .venv
  2. ~# source .venv/bin/activate # linux
  3. ~# pip install -r requirements.txt
  4. ~# python manage.py makemigrations
  5. ~# python manage.py migrate
  6. ~# python manage.py runserver