Dev Link is a full-stack social media web app aimed towards software developers. It serves as a great example of a modern medium-sized full-stack web app using React, MongoDB, Node.js and Express.js.
Found at dev-link-7f7h.onrender.com, built using the MERN stack and hosted with Heroku
-
Install dependencies
yarn install:all (or npm run install:all)
-
Create a .env.local file and add the required env variables (check the .env.sample file)
-
Start the development server
yarn start:all (or npm run start:all)