Skip to content

matiasrodlo/hablaqui-answers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Health Questions and Answers Platform (2020)

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

hablaqui-prototype

Features

  • Confidential health consultations
  • Direct communication with healthcare professionals
  • Wide range of health topics covered
  • User-friendly interface
  • Secure and private messaging system

Technology Stack

  • Frontend: WordPress
  • Backend: WordPress
  • Database: MySQL
  • Authentication: WordPress Authentication

Getting Started

Prerequisites

  • WordPress (latest version recommended)
  • Web server (Apache/Nginx)
  • PHP 7.4 or higher
  • MySQL 5.7 or higher

Installation

  1. Clone the repository
git clone https://github.com/yourusername/hablaqui-answers.git
  1. Install WordPress
  • Download and install WordPress from wordpress.org
  • Set up your database and configure wp-config.php
  1. Set up environment variables
cp .env.example .env
  1. Start the development server
npm run dev