An open API service indexing awesome lists of open source software.

https://github.com/alaa-aqeel/invoice-system

Management system to a product , accounts and invoices with Django and Tailwind CSS
https://github.com/alaa-aqeel/invoice-system

django orm python python3 sql

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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 `
5) `~# python manage.py makemigrations`
6) `~# python manage.py migrate`
7) `~# python manage.py runserver`