Welcome to the Simple Billing System GitHub repository! This project is a web application built using Flask that helps you create simple bills with options to add product names, quantities, discounts, and automatically calculates the total amount including GST. Additionally, it provides features for user management, including login and signup.
- Bill Creation: Create bills by adding product names, quantities, and discounts. The system automatically calculates the total amount and adds GST.
- User Management: Save your basic information in the database and manage your account.
- Login and Signup: Easily signup with your email ID and create a new password. If you want to test the product, you can use the following test credentials:
- Email: test@freelabtech.in
- Password: test@123
To run this project locally, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/udaychugh/billsy.git cd bllsy
-
Install the required Python modules by running:
pip install -r requirements.txt
-
Start the Flask application by running the following command:
python app.py
-
Once the application is running, open your web browser and navigate to the following URL:
http://localhost:5000
We welcome contributions to improve this project! To contribute, follow these steps:
- Fork the repository on GitHub.
- Clone your forked repository to your local machine.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
. - Make your changes and commit them with a descriptive message.
- Push your changes to your forked repository.
- Create a pull request on the main repository's GitHub page.
Please make sure to follow our code of conduct when contributing.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or need assistance, feel free to reach out to us at udaychugh8@gmail.com.
Happy billing! 🚀