[![Contributors][contributors-shield]][contributors-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![LinkedIn][linkedin-shield]][linkedin-url]
A Social Media Web App with Real Time Chat features
Explore the Web App »
Web App
·
Report Bug
·
Request Feature
About The Project
It is Social Media Web App with Real Time Chat Feature
- Home Page

- Profile Page

- Chat Page

Features
- CRUD operation on Posts, Profile and Comments
- Like/Unlike Post & Comments
- Follow/Unfollow Users
- Chat with your Friends with Real Time Chat Feature
- Save Posts
- Explore Page
Built With
Getting Started
Instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Prerequisites
- npm
sh npm install npm@latest -g
Installation
- Get a Mongo URI from https://cloud.mongodb.com/
- Clone the repo
sh git clone https://github.com/utsavk28/Social - Install NPM packages
sh cd client && npm installsh cd server && npm install - Enter your Mongo URI and JWT Secret Token in
server/config/default.jsonJSON { "mongoURI": "mongodb+srv://user:user@cluster10.uxypi.mongodb.net/test?retryWrites=true&w=majority", "jwtSecret": "SecretToken" }
Usage
Allows individuals to keep in touch with friends and extended family
Roadmap
See the open issues for a list of proposed features (and known issues).
- [x] Phase 1
- CRUD Operations on Posts, Comments and Profile
- CRUD operation on Posts, Profile and Comments
- Like/Unlike Post & Comments
- [x] Phase 2
- Follow/Unfollow Users
- Chat with your Friends with Real Time Chat Feature
- Save Posts
- Explore Page
- [ ] Phase 3
- .
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.
Contact
Your Name - Utsav Khatu
Project Link: https://github.com/utsavk28/Social
Acknowledgements
[contributors-shield]: https://img.shields.io/github/contributors/utsavk28/Social.svg?style=for-the-badge [contributors-url]: https://github.com/utsavk28/Social/graphs/contributors [forks-shield]: https://img.shields.io/github/forks/outsavk28/Social.svg?style=for-the-badge [forks-url]: https://github.com/utsavk28/Social/network/members [stars-shield]: https://img.shields.io/github/stars/utsavk28/Social.svg?style=for-the-badge [stars-url]: https://github.com/utsavk28/Social/stargazers [issues-shield]: https://img.shields.io/github/issues/utsavk28/Social.svg?style=for-the-badge [issues-url]: https://github.com/utsavk28/Social/issues [license-shield]: https://img.shields.io/github/license/utsavk28/Social.svg?style=for-the-badge [license-url]: https://github.com/utsavk28/Social/blob/master/LICENSE.txt [linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555 [linkedin-url]: https://www.linkedin.com/in/utsav-khatu-431b741bb/
Log in or sign up for Devpost to join the conversation.