Skip to content

tmachnacki/MERN-AntiSocialMedia

Repository files navigation

A full MERN stack social media app

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.

dark_home light_home register mobile

Setup

Server

npm install
nodemon server.js

Client

cd client
npm install
npm run dev

About

A full stack MERN social media app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages