https://github.com/iamakkkhil/invoice-generation-django
Invoice Generation App
https://github.com/iamakkkhil/invoice-generation-django
django django-rest-framework restful-api
Last synced: 12 days ago
JSON representation
Invoice Generation App
- Host: GitHub
- URL: https://github.com/iamakkkhil/invoice-generation-django
- Owner: iamakkkhil
- Created: 2021-09-19T09:57:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-19T19:18:27.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T19:43:49.589Z (5 months ago)
- Topics: django, django-rest-framework, restful-api
- Language: JavaScript
- Homepage: https://invoice-generator-django.herokuapp.com/
- Size: 5.92 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Invoice-Generator
Created an automatic invoice generator using React as frontend and Django & Django REST Framework as backend.
In this Project one can create an invoice, edit as well as download their invoices in a PDF format.## REST APIs Used:
* **GET**: To get the list of available items with details.
* **POST**: To send the list of items to buy with corresponding quantities.
* **PUT**: To update the list of items in the purchase list.
* **GET**: To get the invoice for the purchase in pdf format with all the necessary details filled dynamically.
* **GET**: To get the customer details with the items they have purchased.
* **GET**: To get the details of all the Customers with their invoices.## Tech Stack:
### Frontend:
React, Chakra-UI, HTML, CSS, JS, React-Router-DOM, Fontawesome.### Backend:
Python, Django, Django REST Framework, Reportlab(for PDF formatting and generation), CORS headers, SQLite.# Working Screenshots


