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.
- Host: GitHub
- URL: https://github.com/ankurnarkhede/devconnector-mern
- Owner: ankurnarkhede
- Created: 2018-12-12T12:00:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T10:17:15.000Z (over 3 years ago)
- Last Synced: 2025-08-30T12:27:19.726Z (10 months ago)
- Topics: express, jwt-authentication, mongodb, nodejs, passportjs, react, redux, rest-api
- Language: JavaScript
- Homepage: https://devconnector-mean.herokuapp.com
- Size: 952 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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
```