https://github.com/junelin2001/chat-app
Trying to build a chat app and plan to add more features.
https://github.com/junelin2001/chat-app
Last synced: about 1 month ago
JSON representation
Trying to build a chat app and plan to add more features.
- Host: GitHub
- URL: https://github.com/junelin2001/chat-app
- Owner: JuneLin2001
- Created: 2024-12-01T21:08:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T15:37:33.000Z (over 1 year ago)
- Last Synced: 2025-03-29T19:32:32.103Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://chat-app-157x.onrender.com
- Size: 270 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-app
Trying to build a chat app and plan to add more features.
## Tech Stack
### Frontend:




### Backend & Database:





## Run Locally
Clone the project
```bash
git clone https://github.com/JuneLin2001/chat-app.git
cd chat-app
```
Setup .env file
```
MONGODB_URI=...
PORT=5001
JWT_SECRET=...
CLOUDINARY_CLOUD_NAME=...
CLOUDINARY_API_KEY=...
CLOUDINARY_API_SECRET=...
NODE_ENV=development
```
Build and start the app
```
npm run build
npm start
```
## Roadmap
- [ ] Add friends feature
- [ ] Video and document sharing feature