RoomConnect is a full-stack TypeScript + Go web app that helps users find compatible roommates throughout Miami. It allows users to customize their profile and preferences, and search for other potential roommates through dynamic searcg querires. Furthermore, RoomConnect allows potential roommates to chat with each other in real time.
- Front-End Engineers:
- Jocelyn Dzuong - Design + UI
- Firas Natour - Design + UI
- Javier Garcia - Frontend Infrastructure
- Back-End Engineers:
- Enzo Falone - Backend Infrastructure + API
- Jordan Diaz - Security + API
- Lead Engineer:
- Lester Fernandez - Planning + Mentoring
- TypeScript - Programming Language
- React.js - Frontend Framework
- WebSockets - Real-Time Communication
- ChakraUI - Design System
- Zustand - State Management
- Zod - Data Validation
- Vite - Bundler
- Go - Programming Language
- WebSockets - Real-Time Communication
- PostgreSQL - Database
- Redis - Pub/Sub Messaging System
- Docker - Containerization Software
To build this project, make sure you have npm, Docker, and Go installed. Then run the following steps:
- Clone the repository to your directory
git clone https://github.com/lesterfernandez/roomconnect.git
- Install all necessary dependencies and packages in the root of the project
cd roommate-finder
npm install
- Start the docker image inside
/server
cd server
docker compose up -d
- Start the go server inside the same directory
go run server.go
- Build the project in
/client
and open the link locally in your browser
cd ..
cd client
npm run dev