MERN Stack Social Media App Source Code
This project was built using React js, Node js, Express, and MongoDB, this is a social media app where users can tweet and share comments, the user can register and log in once he is done he can follow unfollow users explore profiles, and tweet, comment, and remove comments.
The project is divided into two sections :
- Backend where all the database operations happen, registering new users, login, tweeting, and commenting this section was built using Node js and MongoDB.
- Frontend this is the project template built using Bootstrap 4 and React js.
How to use
First, you head to the MongoDB atlas website create a new account and log in, next you need to create a new cluster (database) and follow the docs, once you are done, extract the zipped folder copy your cluster link, inside the client folder there is the env file update the DATABASE_URL property and put the link instead.