An open API service indexing awesome lists of open source software.

https://github.com/rtpa25/friend-space

A chat and call app for friends and groups
https://github.com/rtpa25/friend-space

digitalocean docker docker-compose express mobile-responsive mongodb nextjs redux-toolkit tailwindcss typescript vercel zod

Last synced: 2 months ago
JSON representation

A chat and call app for friends and groups

Awesome Lists containing this project

README

          

# 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](https://www.friendspace.site/)

## 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](http://localhost:8080) and the client on [localhost:3000](http://localhost:3000).