Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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