/react-project-dev-connector

Social network for developers with implementation of Hooks and Redux. Uses mongoDB for the database and deployed using Heroku.

Primary LanguageJavaScript

DEV CONNECTOR

Small social network app that includes authentication, profiles and forum posts. with implementation of Hooks and Redux. Uses mongoDB for the database and deployed using Heroku.

Usage

Install dependencies

npm install

npm client-install

Mongo connection setup

Edit /config/default.json and /config/production.json file to include the correct MongoDB URI and Github OAuth or credentials.

Run Server

npm run dev     # Express & React :3000 & :5000

npm run server  # Express API Only :5000

npm run client  # React Client Only :3000