RSA UPDATE 1.1 DEMO :
rsa.mp4
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.
- 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.
- Backend: Express.js
- Templating Engine: EJS
- Database: SQL (connected via sql2)
- Testing Data: Faker.js
DB_HOST=your-database-host
DB_USER=your-database-username
DB_PASSWORD=your-database-password
DB_NAME=your-database-name
- Clone this repository to your local machine:
git clone https://github.com/your-username/rsa-residents-service-app.git cd rsa-residents-service-app