A social Media for Web Developers
You can find a working DEMO on Heroku @ https://www.webjunction.dev
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Installing the dependencies
Server (Node)
npm install
Client (React)
npm run client-install
Add keys_dev.js (DATABASE) inside
webjunction/config
Add keys_devs.js (GITHUB) to
webjunction/client/src/keys
To run on your local host
This will concurrently start the React and the Node servers
npm run dev