A Social media platform to connect software developers to each other from all over the world
Made using MERN stack (MongoDB, Express, React, Node)
Use npm to install and start server from root folder.
npm run packages
Obtain github client id and access token here
--- edit line 294 in routes/api/profile.js as follows :
Authorization: `token GITHUB-SECRET-KEY-HERE`
From the root directory, enter bash command :
npm run dev
Based on Udemy project by Brad Traversy