https://github.com/camerodev/social-media-app
SocialPath is a full-stack MERN social media app that allows users to connect with friends, share posts, and engage with others on the platform.
https://github.com/camerodev/social-media-app
expressjs git github javascript mongodb mui nodejs react redux
Last synced: about 1 month ago
JSON representation
SocialPath is a full-stack MERN social media app that allows users to connect with friends, share posts, and engage with others on the platform.
- Host: GitHub
- URL: https://github.com/camerodev/social-media-app
- Owner: camerodev
- Created: 2024-03-15T16:27:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-15T16:29:54.000Z (about 1 year ago)
- Last Synced: 2025-04-07T16:43:28.751Z (about 2 months ago)
- Topics: expressjs, git, github, javascript, mongodb, mui, nodejs, react, redux
- Language: JavaScript
- Homepage: https://social-media-app-server-mu.vercel.app/
- Size: 9.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SocialPath
This is a social media app designed for sociopathic individuals. It is a place where they can share their thoughts and feelings with others. It is also a place where they can find like-minded individuals and connect with them.
## Overview



## Features
- User authentication and login
- Picture upload and sharing
- Like and comment functionality
- Location and Occupation details
- User profile
- adding and removing friends## Technologies Used

## Installation
To install the app, follow these steps:
First of all clone the repository
### client
after cloning the repository, run the following commands in the client folder
`npm install`
`npm start`### server
after cloning the repository, edit the .env file with a mongodb url and a jwt secret word of your own then run the following commands in the server folder
`npm install`
`npm start`