https://github.com/edwardcdev/react-chat
A web app that allows users to send and receive messages.
https://github.com/edwardcdev/react-chat
express jwt-auth mongodb nodejs react redux scss webpack
Last synced: 4 months ago
JSON representation
A web app that allows users to send and receive messages.
- Host: GitHub
- URL: https://github.com/edwardcdev/react-chat
- Owner: edwardcdev
- License: mit
- Created: 2021-10-17T05:54:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T12:55:51.000Z (over 4 years ago)
- Last Synced: 2025-04-02T06:51:18.188Z (11 months ago)
- Topics: express, jwt-auth, mongodb, nodejs, react, redux, scss, webpack
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chat App
## Specification
Backend:
* Node.js
* Express.js
* MongoDB
* Passport-JWT
Frontend:
* React.js
* Create React App
* Redux (Router, Thunk)
* Scss
* Webpack
## Running
```bash
# Install the dependencies.
$ cd .
$ npm install
$ cd ./client
$ npm install
# Run app on root director
$ npm run dev
```
## Screenshots
### Login

### Register

### Main Chat

...