Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cleversamer/realtime-chatting
Realtime chatting app with Node.js, MongoDB, and Socket.IO
https://github.com/cleversamer/realtime-chatting
backend client express nodejs react react-router server styled-components web-apploic website
Last synced: about 1 month ago
JSON representation
Realtime chatting app with Node.js, MongoDB, and Socket.IO
- Host: GitHub
- URL: https://github.com/cleversamer/realtime-chatting
- Owner: cleversamer
- Created: 2022-08-28T09:08:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T09:28:51.000Z (12 months ago)
- Last Synced: 2024-08-20T16:40:58.028Z (4 months ago)
- Topics: backend, client, express, nodejs, react, react-router, server, styled-components, web-apploic, website
- Language: JavaScript
- Homepage:
- Size: 2.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chattie 🚀
## 🔴 Live Demo
Not live yet...
## Description
A MERN Stack realtime chatting app.
## Getting Started
### Dependencies
- `client`
- React
- React DOM
- React Router DOM
- Styled Components- `server`
- cors
- dotenv
- express
- express-mongo-sanitize
- http-status
- mongoose
- passport
- passport-jwt
- xss-clean### Installing
- `client`
- Write on the termianl `npm install`
- `server`
- Write on the termianl `npm install`### Executing Program
- `server` first:
- Write on the termianl `npm start`
- `client` second:
- Write on the termianl `npm start`## Help
- No issues detected yet.
## Authors
- [Samer A.](https://cleversamer.web.app/)
## Version History
- 1.0 🚀
- Initial Release