Node.js Express app to manage Aadhaar registration, analytics, file uploads, cron jobs, and email notifications.
git clone <repo_url>
cd your_app
npm install
Update env.json with your database and email credentials.
npm start
Server starts on http://localhost:9000
Import all scripts in sql/ to set up tables, stored procedures, and sample data:
table.sql
sp_call.sql
sp_generate_random_aadhar_data.sql