Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sabarivasan-velayutham/electricity_billing_system


https://github.com/sabarivasan-velayutham/electricity_billing_system

Last synced: about 2 months ago
JSON representation

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)