Skip to content

aakif100/RSA-Residents-service-application-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

RSA-Residents-service-application- (1.1 update done)

RSA UPDATE 1.1 DEMO :

rsa.mp4

RSA - Residents Service Application

RSA (Residents Service Application) is a secure web application designed to streamline service requests for residents. Users can view a list of residents and make service requests, but only after successfully validating their identity with a password. The project focuses on security, ease of use, and efficient data management.

Features

  • Dynamic Resident List: The home page dynamically displays a list of residents using EJS templates.
  • Secure Service Requests: Residents must validate their identity by entering the correct password before submitting a service request.
  • SQL Database Integration: Resident details such as names, email IDs, and passwords are stored and managed efficiently using an SQL database.
  • Data Generation with Faker: The Faker package is used to generate fake resident data for testing purposes.

Technologies Used

NOTE :

DB_HOST=your-database-host
DB_USER=your-database-username

DB_PASSWORD=your-database-password

DB_NAME=your-database-name

Installation and Setup

  1. Clone this repository to your local machine:
    git clone https://github.com/your-username/rsa-residents-service-app.git
    cd rsa-residents-service-app
    
    

Releases

No releases published

Packages

No packages published