01 Source Code Only
One-time Payment
- Complete project source code
- Database / data resources
- Dependencies & configuration
- README / setup guide
- Instant download access
Complete final-year project source code with frontend, backend, database and setup documentation. Instant download after secure payment.
Simple pricing. Instant access. Secure checkout.
01 Source Code Only
One-time Payment
02 Code + Setup Support
One-time Payment
Eye Care Data Analytics is a Flask-based final year project developed for eye health screening, risk analytics, and eye care product management. This major project includes user-side and admin-side modules. Users can sign up, log in, reset password through Gmail, manage profile, complete eye screening questionnaires, view screening history, edit/delete same-day screenings, download reports in PDF/CSV format, browse brands and products, filter and sort products, add products to cart, checkout, view order history, submit feedback, raise support tickets, and view admin replies. Admins can manage users, brands, categories, products, stock history, screening records, risk rules, analytics, orders, refunds, feedback, support tickets, system settings, and audit logs. This Eye Care Data Analytics source code is suitable for students who need a final year project, major project, minor project, source code, and project report based on Python Flask, healthcare analytics, eye screening, and product management.
Default Admin Account
adminadmin123Dummy User Accounts
Example:
[email protected]password123Database:
SQLite by default:
eye_care.db
PostgreSQL support:
Can be configured using:
DATABASE_URL
Seed data created on first run:
Example dummy user format:
[email protected] / password123
Open terminal in the project folder:
cd "eye-care-data-analytics"
Install dependencies:
pip install -r requirements.txt
Windows environment setup:
set [email protected]
set MAIL_PASSWORD=your-16-char-app-password
Or configure mail settings in:
config.py
Run the application:
python run.py
Alternative run command:
python app.py
Open landing page:
http://127.0.0.1:5000/
Open user login:
http://127.0.0.1:5000/auth/login
http://127.0.0.1:5000/admin/login
Default Admin Account
adminadmin123Dummy User Accounts
Example:
[email protected]password123