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

https://github.com/webmobiledev/react-redux


https://github.com/webmobiledev/react-redux

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# React-NodeJS Chatting App

A web application that allows users to send message to friends, team and family. This is built by React.js and Node.js.
This has a group chatting function as well.

Backend:

- Node.js
- Express.js
- MongoDB
- Passport-JWT

Frontend:

- React.js
- Redux (Router, Thunk)
- Bootstrap
- Webpack

## Run the App
`cd .`

`npm install`

`npm run start`

You can access the page by visiting http://localhost:3000 on the browser.

## Screenshots