Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sabarivasan-velayutham/electricity_billing_system
https://github.com/sabarivasan-velayutham/electricity_billing_system
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sabarivasan-velayutham/electricity_billing_system
- Owner: Sabarivasan-Velayutham
- Created: 2024-02-05T16:49:03.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-27T05:24:35.000Z (10 months ago)
- Last Synced: 2024-02-27T06:30:05.908Z (10 months ago)
- Language: Java
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electricity_Billing_System
## Overview
The Electricity Billing System is a Java-based application that manages user information, authentication, and billing for an electricity service. It provides both in-memory and database implementations for user data storage.## Features
- **User Management:** Create, update, delete, and retrieve user information.
- **Authentication:** Authenticate users based on their credentials.
- **Billing:** Add bills for users with corresponding amounts.
- **In-Memory and Database Implementations:** Choose between in-memory and database storage for user data.### Prerequisites
- Java 8 or higher
- PostgreSQL (if using database implementation)