A social network application that is created by a MERN stack
Users can register, login, sign out, create a post, read a post, see list of users, edit profile, create profile, add a comment, vote down or thumbs up.
- React.js
- Redux
- React Router
- Node.js
- Express
- MongoDB
- HTML5
- CSS3
- AWS EC2
git clone https://github.com/juliusoh/social-network-mern.git
npm install
npm run dev
6. Access application by entering https://localhost:3000 in the browser.
- Building a full-stack application
- Utilizing React Router for application routing
- Utilizing MongoDB and Node Express for Backend queries