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: about 1 month 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T08:48:38.000Z (about 2 years ago)
- Last Synced: 2025-02-14T01:37:22.395Z (3 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: 1
- 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



#### Mobile


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