A Social Media Web App with Real Time Chat features
Explore the Web App »
Web App
·
Report Bug
·
Request Feature
Table of Contents
It is Social Media Web App with Real Time Chat Feature
- 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
Instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- npm
npm install npm@latest -g
- Get a Mongo URI from https://cloud.mongodb.com/
- Clone the repo
git clone https://github.com/utsavk28/Social
- Install NPM packages
cd client && npm install
cd server && npm install
- Enter your Mongo URI and JWT Secret Token in
server/config/default.json
{ "mongoURI": "mongodb+srv://user:[email protected]/test?retryWrites=true&w=majority", "jwtSecret": "token" }
Allows individuals to keep in touch with friends and extended family
See the open issues for a list of proposed features (and known issues).
- Phase 1
- CRUD Operations on Posts, Comments and Profile
- CRUD operation on Posts, Profile and Comments
- Like/Unlike Post & Comments
- Phase 2
- Follow/Unfollow Users
- Chat with your Friends with Real Time Chat Feature
- Save Posts
- Explore Page
- Phase 3
- .
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
Distributed under the MIT License. See LICENSE
for more information.
Your Name - Utsav Khatu
Project Link: https://github.com/utsavk28/Social