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
- Host: GitHub
- URL: https://github.com/alaa-aqeel/invoice-system
- Owner: alaa-aqeel
- Created: 2022-01-21T21:43:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T20:58:40.000Z (over 4 years ago)
- Last Synced: 2025-04-10T17:05:35.552Z (about 1 year ago)
- Topics: django, orm, python, python3, sql
- Language: Python
- Homepage:
- Size: 124 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`