This Billing Application is a comprehensive solution created using the MERN (MongoDB, Express.js, React.js, Node.js) stack. The application facilitates bill generation, updating, and deletion for administrators while allowing users to pay their bills conveniently. The system also includes a user authentication system with login and signup functionalities.
- Riya Singh 21CSU082: https://github.com/Ria-00
- Sanidhya Singh 21CSU252: https://github.com/Sanidhya-Pundeer
- Tanya Sinha 21CSU105: https://github.com/tanyasinha2003
- Sanyam 21CSU234: https://github.com/sanyam40
-
Admin Module:
- Generate Bills: Admins can create new bills, specifying details such as customer information, items purchased, and the total amount.
- Update Bills: Admins have the ability to update existing bills, modifying information as needed.
- Delete Bills: Admins can delete bills that are no longer relevant.
-
User Module:
- Pay Bills: Users can view their bills and make payments securely through the application.
-
Authentication:
- Login: Secure login functionality for both admins and users.
- Signup: New users can register for an account with a valid email address.