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
- 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
- NextJS
- TypeScript
- Node.js
- Express.js
- MongoDB with Mongoose
- TailwindCSS
- Redux-Toolkit
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.