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

https://github.com/ankurnarkhede/devconnector-mern

Social Network Application for Developers built with Nodejs, Express, MongoDB, React and Redux.
https://github.com/ankurnarkhede/devconnector-mern

express jwt-authentication mongodb nodejs passportjs react redux rest-api

Last synced: 3 months ago
JSON representation

Social Network Application for Developers built with Nodejs, Express, MongoDB, React and Redux.

Awesome Lists containing this project

README

          

# devconnector-MEAN
Social Network Application for Developers built with Nodejs, Express, MongoDB, React and Redux.

Hosted at:https://devconnector-mean.herokuapp.com

## Quick Start

```bash
# Install dependencies for server
npm install

# Install dependencies for client
npm run client-install

# Run the client & server with concurrently
npm run dev

# Run the Express server only
npm run server

# Run the React client only
npm run client

# Server runs on http://localhost:5000 and client on http://localhost:3000

```