Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imabhinavdev/mern-social-media
This is a social media app built using the MERN stack. It includes authentication, posts, likes, comments, and follows.
https://github.com/imabhinavdev/mern-social-media
express mern mern-project mern-s mern-social-media-app mern-stack-development mongodb nodejs react social social-media
Last synced: about 2 months ago
JSON representation
This is a social media app built using the MERN stack. It includes authentication, posts, likes, comments, and follows.
- Host: GitHub
- URL: https://github.com/imabhinavdev/mern-social-media
- Owner: imabhinavdev
- Created: 2024-07-14T11:24:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T11:56:59.000Z (5 months ago)
- Last Synced: 2024-08-24T02:39:23.643Z (4 months ago)
- Topics: express, mern, mern-project, mern-s, mern-social-media-app, mern-stack-development, mongodb, nodejs, react, social, social-media
- Language: JavaScript
- Homepage:
- Size: 8.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN Social Media App
This is a social media app built using the MERN stack. It includes authentication, posts, likes, comments, and follows.
## Screenshots
### Home Page
![Home Page](./images/home.png)### Profile Page
![Profile Page](./images/singup.png)## Features
- Authentication
- Posts
- Likes
- Comments
- Follows## Technologies
- MongoDB
- Express
- React
- Node.js## Installation
1. Clone the repository
```bash
git clone https://github.com/imabhinavdev/mern-social-media.git
```2. Install dependencies
```bash
cd mern-social-media
```3. Install server dependencies
```bash
cd server
npm install
```4. Install client dependencies
```bash
cd client
npm install
```5. Run the app
```bash
cd server
npm run start
```