Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/krishnaacharyaa/sociosphere

Social Media app build using MERN Stack
https://github.com/krishnaacharyaa/sociosphere

expressjs material-ui mern mern-stack mongodb mongoose nodejs react redux redux-toolkit responsive-design social-media

Last synced: 1 day ago
JSON representation

Social Media app build using MERN Stack

Awesome Lists containing this project

README

        

# Sociosphere
## A social media app built in MERN Stack

### Snapshots
#### Web
![image](https://user-images.githubusercontent.com/116620586/230324159-1ace015c-cdef-4562-a9a0-e460f201ee77.png)
![image](https://user-images.githubusercontent.com/116620586/230324176-f58dea53-2eea-48e3-84ef-5506783ae25d.png)
![image](https://user-images.githubusercontent.com/116620586/230324198-216451f2-ae38-4703-b91b-180c660e506e.png)
#### Mobile
![image](https://user-images.githubusercontent.com/116620586/230324229-121a9046-e339-45be-b7c0-f706f572c729.png)
![image](https://user-images.githubusercontent.com/116620586/230324246-2165894f-9eaf-43d1-9dff-cbd014b37b48.png)
![image](https://user-images.githubusercontent.com/116620586/230324367-6013a2c3-fa8f-47fa-9d02-dfa4a92e9190.png)

### Features:
- Responsive design for both mobile and web
- User can post with attachment
- User can make friends
- User can like
- User can comment on post

#### How to run ?

- Clone the repository
- Open 2 terminal
- Type in the following command in 1st terminal
```
cd server
npm install
npm start
```
- Type in the following command in 1st terminal
```
cd client
npm install
npm start
```