MentalCare is a PHP-based server application that provides a secure REST API for managing records and interactions between mental health patients and therapy doctors.
It enables safe storage of sensitive data, patient-doctor communication, and session tracking to support mental health care digitally.
- Register and securely log in
- Update personal details and therapy preferences
- View therapy session history and notes from doctors
- Book appointments with available therapists
- Manage patient records securely
- Add therapy session notes and recommendations
- Track patient progress over time
- Schedule therapy sessions
- RESTful API endpoints for easy integration with mobile or web apps
- JSON-based communication
- Secure authentication and authorization
- Strong data protection with input validation and encryption
- Backend: PHP (Core PHP / Laravel supported)
- Database: MySQL (Relational database)
- Auth: JWT tokens or PHP sessions
- Communication: JSON REST API
- Security: bcrypt/argon2 password hashing, input sanitization
git clone https://github.com/your-org/mentalcare-api.git cd mentalcare-api