Hablaqui-Q&A is a dynamic platform designed for health-related questions and answers. Users have the ability to confidentially consult healthcare professionals on a wide range of topics.
This project was developed during my fourth semester of Commercial Engineering, while simultaneously participating in Startup School, a graduation pathway focused on entrepreneurship and innovation at the School of Engineering at the Adolfo Ibáñez University.
Watch product demo: https://youtu.be/cTwXAzHLddo
- Confidential health consultations
- Direct communication with healthcare professionals
- Wide range of health topics covered
- User-friendly interface
- Secure and private messaging system
- Frontend: WordPress
- Backend: WordPress
- Database: MySQL
- Authentication: WordPress Authentication
- WordPress (latest version recommended)
- Web server (Apache/Nginx)
- PHP 7.4 or higher
- MySQL 5.7 or higher
- Clone the repository
git clone https://github.com/yourusername/hablaqui-answers.git
- Install WordPress
- Download and install WordPress from wordpress.org
- Set up your database and configure wp-config.php
- Set up environment variables
cp .env.example .env
- Start the development server
npm run dev