Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/krishnaacharyaa/sociosphere
- Owner: krishnaacharyaa
- Created: 2023-04-06T08:35:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-06T08:48:38.000Z (over 1 year ago)
- Last Synced: 2024-11-03T23:23:44.901Z (about 2 months ago)
- Topics: expressjs, material-ui, mern, mern-stack, mongodb, mongoose, nodejs, react, redux, redux-toolkit, responsive-design, social-media
- Language: JavaScript
- Homepage:
- Size: 8.28 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```