Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/react-dev-james/merndevelopment


https://github.com/react-dev-james/merndevelopment

express material mongodb nodejs reactjs

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# MernDevelopment
# Chatting App

A web application that allows users to send message to friends, team and family. This is built by MERNStack.

Backend:

* Node.js
* Express.js
* MongoDB
Frontend:

* React.js
* Redux
* Scss

## Getting Started

```bash
# Install the dependencies.
$ cd .
$ npm install

### Run the App

```bash
$ cd .
$ npm run start
```

By default, you can visit the API in your web browser at `http://localhost:8080`

## Screenshots

### Login
![screenshort](https://github.com/DedicatedWebStar/MernDevelopment/blob/master/screenshort/signin.png?raw=true)

### Register
![screenshort](https://github.com/DedicatedWebStar/MernDevelopment/blob/master/screenshort/signup.png?raw=true)

### BrowserNotification
![screenshort](https://github.com/DedicatedWebStar/MernDevelopment/blob/master/screenshort/browserNotificatoin.png?raw=true)

### UnreadMessage Tab
![screenshort](https://github.com/DedicatedWebStar/MernDevelopment/blob/master/screenshort/UnreadmessageTab.png?raw=true)

......