Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 985 Bytes

README.md

File metadata and controls

41 lines (36 loc) · 985 Bytes

StrayChat

Link

About

Straychat lets you connect and chat with random individuals. Chats are anonymous i.e. you don't need to create an account or provide any details. Compatible with both web and mobile screens.

Built With

Getting Started

Prerequisites

Installation

  • Clone the repo
  • Frontend
cd react-frontend
npm i
npm start
  • Backend
cd backend
npm i
npm start
  • Go to http://localhost:3000
  • Note: For production, use npm run build in frontend folder and paste the generated build folder in the backend folder and go to http://localhost:4000

Acknowledgements

Author