Completed as part of a tutorial by EdRoh on YouTube | images via Unsplash
AntiSocialMedia is a full stack application implemented using the popular MERN stack: MongoDB, ExpressJS, ReactJS, and NodeJS. The app also uses react-redux-toolkit for state management, Material UI for styling, and Heroku for production deployment. The app is responsive and implements other web development standards. A user can toggle light/dark mode, login/logout/register, like/unlike posts, show/hide comments, upload new posts, and friend/unfriend other users.
npm install
nodemon server.js
cd client
npm install
npm run dev