Connecto is an omnichannel customer support messaging solution focused on providing a fast, flexible, and effective customer and employee experience.
Created by: John Royal, Jake Enea, and Nathaniel Mention
- Janet - customer support chatbot powered by GPT-3.5 Turbo
- Individualized real-time chat rooms, accessible by all administrators
- Support for sending image attachments and sharing location
- Flexibility to message via SMS and email
- Profile pictures powered by Gravatar
- Secure sign-up and sign-in functionality
git clone https://github.com/jakeenea51/Connecto
cd backend
pnpm install
cp .env.example .env
You’ll want to generate random, 32-character strings for both the SESSION_SECRET
and JWT_SECRET
variables. You can use this tool to generate those values.
pnpm exec prisma db push
pnpm dev
cd frontend
pnpm install
pnpm dev