https://devcord-stream.vercel.app/
This project is a chat applciation for developers , where we can host different types of chat rooms and send messages to various users.
Hosted on Railway(Backend) and Vercel(Frontend).
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.
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
— starts React development server on http://127.0.0.1:5173/
— starts backend on http://localhost:8000/