Skip to content

matiasrodlo/hablaqui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,394 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Hablaquí

A mental health marketplace and SaaS platform connecting users with a network of over 200 certified specialists. The platform facilitates scheduling, payments, and secure video consultations.

Hablaquí was born at the Startup School of Adolfo Ibáñez University and was later incubated by Digevo Ventures, accelerated through Start-Up Chile, and backed by Google for Startups.

Watch Product Demo

Quick Start

Prerequisites

  • Node.js (v14+)
  • Flutter SDK
  • Docker & Docker Compose

Installation

# Clone repository
git clone https://github.com/yourusername/hablaqui.git
cd hablaqui

# Backend
cd api && npm install && cd ..

# Mobile
cd movil && flutter pub get && cd ..

# Frontend
cd landing && npm install && cd ..

Development

# Backend
cd api && npm run dev

# Frontend
cd landing && npm run dev

# Mobile
cd movil && flutter run

Structure

hablaqui/
├── api/          # Backend API (Express.js)
├── landing/      # Frontend (Nuxt.js)
├── movil/        # Mobile app (Flutter)
├── docs/         # Documentation
├── docker/       # Docker configs
└── scripts/      # Deployment scripts

Documentation

Environment

Create .env files in api/ and landing/ with required environment variables. See each component's README for details.


Built with ❤️ Remotly

About

Mental health SaaS with video, scheduling and payments (2023)

Topics

Resources

Stars

Watchers

Forks

Contributors