Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```