Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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