Welcome to the Algnite repository! We're currently in the exciting phase of building the foundational structure for our company's online presence.
Algnite – Elder Care is a web-based platform built to support elders with service bookings, profile management, and contact communication. The platform also includes an admin dashboard for managing system data.
- User registration and login
- Profile update with image upload
- Booking system for elder services
- Contact form for user inquiries
- Admin dashboard for system overview
- Frontend: HTML, CSS, JavaScript, EJS
- Backend: Node.js, Express.js
- Database: SQLite (better-sqlite3)
- File Uploads: Multer
- Authentication: Session-based
project-root/
│
├── public/ # Static assets (CSS, images)
├── views/ # EJS templates
├── app.js # Main application file
├── users.db # Database for user information
├── data.db # Database for bookings and messages
├── package.json # Project dependencies
└── README.md
This repository will evolve as we build and refine our online presence. We're excited about this initial phase and look forward to sharing our progress.
This project is licensed under the Apache License 2.0.