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: 3 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T00:04:27.000Z (over 2 years ago)
- Last Synced: 2026-01-03T14:32:02.475Z (6 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: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 34
-
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