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
- Host: GitHub
- URL: https://github.com/rtpa25/friend-space
- Owner: rtpa25
- Created: 2022-07-08T09:38:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-20T13:10:33.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T17:50:14.845Z (about 1 year ago)
- Topics: digitalocean, docker, docker-compose, express, mobile-responsive, mongodb, nextjs, redux-toolkit, tailwindcss, typescript, vercel, zod
- Language: TypeScript
- Homepage: https://www.friendspace.site
- Size: 2.15 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).