Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belchenkov/developer-connector-mern
Build a full stack social network app with React, Redux, Node, Express & MongoDB
https://github.com/belchenkov/developer-connector-mern
axios bcryptjs concurrently config express-validator expressjs gravatar jsonwebtoken mongodb mongoose nodejs nodemon react react-moment react-redux react-router-dom redux redux-devtools-extension redux-thunk request
Last synced: 9 days ago
JSON representation
Build a full stack social network app with React, Redux, Node, Express & MongoDB
- Host: GitHub
- URL: https://github.com/belchenkov/developer-connector-mern
- Owner: Belchenkov
- Created: 2020-02-09T14:45:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T10:06:57.000Z (11 months ago)
- Last Synced: 2023-12-19T12:29:10.678Z (11 months ago)
- Topics: axios, bcryptjs, concurrently, config, express-validator, expressjs, gravatar, jsonwebtoken, mongodb, mongoose, nodejs, nodemon, react, react-moment, react-redux, react-router-dom, redux, redux-devtools-extension, redux-thunk, request
- Language: JavaScript
- Homepage: https://cryptic-hamlet-49557.herokuapp.com/
- Size: 1.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# DevConnector MERN
> Social network for developers
## Quick Start
### Add a default.json file in config folder with the folowing
```
{
"mongoURI": "",
"jwtSecret": "secret",
"githubToken": ""
}
```### Install server dependencies
```bash
npm install
```### Install client dependencies
```bash
cd client
npm install
```### Run both Express & React from root
```bash
npm run dev
```### Build for production
```bash
cd client
npm run build
```## App Info
### Author
Aleksey Belchenkov
(http://193.187.174.213)### Version
2.0.0