https://github.com/react-dev-james/merndevelopment
https://github.com/react-dev-james/merndevelopment
express material mongodb nodejs reactjs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/react-dev-james/merndevelopment
- Owner: react-dev-james
- License: mit
- Created: 2018-03-15T09:28:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T04:18:11.000Z (about 7 years ago)
- Last Synced: 2025-01-18T17:25:00.737Z (6 months ago)
- Topics: express, material, mongodb, nodejs, reactjs
- Language: JavaScript
- Size: 287 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MernDevelopment
# Chatting AppA 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
### Register
### BrowserNotification
### UnreadMessage Tab
......