ChatApp is a full stack application developed using React, Bootstrap, and Tailwind that allows users to log‑in/sign‑up, upload, visit existing profiles, and edit personal profile for social networking. It's back-end uses Express and SocketIO for integration of WebSockets and endpoints.
- Clone
chat-app
repository usinggit clone https://github.com/markacruz/chat-app.git
- Install dependencies for both
client
andserver
usingnpm install
- Run both folders:
- For
client
, usenpm start
- For
server
, usenpm run dev
- For
- Use the application!