| Name | Role | |
|---|---|---|
| Ravdeep | Backend & Database Developer | |
| Chris | Full Stack Developer | |
| Hyuk | AI Developer | |
| Bardia | Project Manager & Business Lead | |
| Ean | Frontend Developer | |
| Jayden | Chat System Engineer |
There is a need for a more approachable and personalized support system for students at BCIT who may not feel comfortable discussing their personal challenges in face-to-face counseling sessions.
SUPABASE_KEY=
OPENAI_API_KEY=
- Clone the Github Repository
- Go to the backend directory
cd backend- Install all the required NodeJS packages
npm install- Open a new terminal and start the backend
node server.js- Go to the front end directory
cd ..
cd qds-front- Install all the required React and NodeJS packages
npm install- Open a new terminal and start the frontend
npm start