Skip to content

sanket-16/stream-hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 

Repository files navigation

Developers Chat Application / Devcord

Demo -

https://devcord-stream.vercel.app/

Description -

This project is a chat applciation for developers , where we can host different types of chat rooms and send messages to various users.

Tech Stack -

Vite React Express.js TailwindCSS

Hosted on Railway(Backend) and Vercel(Frontend).

Chat API -

Stream

Team Members -

Screenshots -

Group 11

Installation

Clone the project

  git clone https://github.com/sanket-16/stream-hackathon.git

Go to the project directory

  cd stream-hackathon

Don't forget to add .env files and include you own API keys and Id's from Stream. The content of env files for frontend and backend is provided in .env.example.

Run Locally

Install dependencies for Front-End

  cd client

  npm install

Start the Client

Note: You must change folder to client to run the following command.

  npm run dev

Install dependencies for Back-End

  cd server

  npm install

Start the Server

Note: You must change folder to server to run the following command.

  npm  start

Frontend

— starts React development server on http://127.0.0.1:5173/

Backend

— starts backend on http://localhost:8000/