Skip to content

rtpa25/friend-space

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Friend-Space

A chat and call app for friends, chat with your friends, call them or make group calls. Do not forget to start the repo, the calling features are still in progress. you can find the deployed app here: Friend-Space

Features

  • Sign up
  • Log in
  • Add Friend Request
  • Accept or Decline Friend Request
  • Private chat with friends
  • Private calls with friends
  • Group Chats
  • Group Calls
  • Add group

Technologies

  • NextJS
  • TypeScript
  • Node.js
  • Express.js
  • MongoDB with Mongoose
  • TailwindCSS
  • Redux-Toolkit

Local Setup

cd server
npm install
npm run dev
cd ../client
npm install
npm run dev

this will install all the dependencies and start the server on localhost:8080 and the client on localhost:3000.