A simple social network using the MERN stack. This application allows developers to create a profile so other developers can see their information. They can also create posts and comments to interact with each other inside the application.
Using Redux for state management and JWT for authentication
To run the project in your machine, you can do the following:
{
"mongoURI": "",
"jwtSecret": "mysecrettoken",
"githubToken": ""
}
https://www.mongodb.com/cloud/atlas/lp/try2
https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token
After that you'll have to run:
$ npm install
on the root folder and then go into the /client folder and run it again to install all necessary dependencies. Then go to the root folder and just run
$ npm run dev
and it will start the application.