Welcome to the repository for a social media site built using the MERN (MongoDB, Express, React, and Node.js) stack.
- Clone the repository to your local machine using git clone
https://github.com/sakibb019/Using-MERN-social-media-site.git
- Install dependencies by running npm install in the root directory and in the client directory.
- Start the development server by running npm run dev in the root directory. This will start both the backend server and the frontend development server.
- The site should now be running at http://localhost:3000
- User authentication and authorization using JSON web tokens
- Create and delete posts
- Like and Unlike posts
- Create and delete comments on posts
- Profile page
- Follow and unfollow other users
- Edit profile
- MongoDB for the database
- Express for the backend framework
- React for the frontend framework
- Node.js for the runtime environment
- Bootstrap for styling
If you want to contribute to this project, please fork the repository and create a pull request with your changes.