{"id":23038923,"url":"https://github.com/nandanr06/full-stack-social-media-app","last_synced_at":"2025-04-02T23:45:07.013Z","repository":{"id":266263714,"uuid":"895656774","full_name":"NandanR06/Full-stack-social-media-app","owner":"NandanR06","description":"Our Social Media App is designed to connect people and foster meaningful interactions. Built using the MERN stack (MongoDB, Express.js, React.js, and Node.js), it provides a seamless and responsive user experience. Users can create profiles, post updates, follow friends, and engage in conversations. The app allows real-time updates and personalized","archived":false,"fork":false,"pushed_at":"2025-01-07T04:49:40.000Z","size":9175,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T14:12:20.945Z","etag":null,"topics":["app","mern-stack","rest-api","social-media","ui-design"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NandanR06.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-28T16:09:56.000Z","updated_at":"2025-01-05T16:30:16.000Z","dependencies_parsed_at":"2025-01-03T06:38:10.452Z","dependency_job_id":null,"html_url":"https://github.com/NandanR06/Full-stack-social-media-app","commit_stats":null,"previous_names":["nandanr06/full-stack-social-media-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NandanR06%2FFull-stack-social-media-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NandanR06%2FFull-stack-social-media-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NandanR06%2FFull-stack-social-media-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NandanR06%2FFull-stack-social-media-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NandanR06","download_url":"https://codeload.github.com/NandanR06/Full-stack-social-media-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246911489,"owners_count":20853654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app","mern-stack","rest-api","social-media","ui-design"],"created_at":"2024-12-15T18:26:07.132Z","updated_at":"2025-04-02T23:45:01.987Z","avatar_url":"https://github.com/NandanR06.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Social Media App\n\nWelcome to the **Social Media App** repository! This is a MERN stack-based social networking application where users can connect, share, and interact. This application includes core features like follow/unfollow functionality, liking/disliking posts, and profile customization.\n\n## Features\n\n- **User Registration**: Secure and easy-to-use registration process.\n- **Follow/Unfollow**: Connect with other users by following or unfollowing them.\n- **Post Creation**: Create, edit, and delete posts.\n- **Like/Dislike**: Interact with posts using the like or dislike feature.\n- **Profile Management**: Customize your profile with a bio and profile picture.\n- **User Feed**: View posts from users you follow.\n\n## Tech Stack\n\n### Frontend\n- **Language**: JavaScript\n- **Framework**: React.js\n- **UI Libraries**: Material UI, Bootstrap\n\n### Backend\n- **Language**: JavaScript\n- **Framework**: Node.js, Express.js\n- **Database**: MongoDB\n- **Architecture**: RESTful API\n\n## Screenshots\n\n### 1. Register Page\n![Home Page](./Frontend/src/assets/register.png)\n\n### 2. Login Page\n![User Profile](./Frontend/src/assets/login.png)\n\n### 3. Home Page\n![Follow Feature](./Frontend/src/assets/home.png)\n\n### 4. Profile Page\n![Like Feature](./Frontend/src/assets/profile.png)\n\n### 5.Post Page\n![Like Feature](./Frontend/src/assets/post.png)\n\n\n## How to Run Locally\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/NandanR06/Full-stack-social-media-app.git\n   cd social-media-app\n   ```\n\n2. Install dependencies:\n   ```bash\n    cd backend \u0026\u0026 npm install\n    cd frontend \u0026\u0026 npm install\n   ```\n\n3. Run the application:\n   ```bash\n   # Start the backend server\n   npm start\n\n   # Start the frontend\n   npm run dev\n   ```\n\n4. Access the application in your browser at `http://localhost:5000`.\n\n## RESTful API Endpoints\n\n- **Users**:\n  - `GET /api/users` - Get a list of users\n  - `GET /api/users/:id` - Get user profile by ID\n  - `PUT /api/users/:id` - Update user profile\n  - `POST /api/users/:id/follow` - Follow a user\n  - `POST /api/users/:id/unfollow` - Unfollow a user\n\n- **Posts**:\n  - `GET /api/posts` - Get all posts\n  - `POST /api/posts` - Create a new post\n  - `PUT /api/posts/:id` - Update a post\n  - `DELETE /api/posts/:id` - Delete a post\n  - `POST /api/posts/:id/like` - Like a post\n  - `POST /api/posts/:id/dislike` - Dislike a post\n\n## Contributing\n\nContributions are welcome! Please follow the guidelines:\n\n1. Fork the repository.\n2. Create a feature branch.\n3. Commit your changes.\n4. Submit a pull request.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnandanr06%2Ffull-stack-social-media-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnandanr06%2Ffull-stack-social-media-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnandanr06%2Ffull-stack-social-media-app/lists"}