A place to share and have discussions with like-minded people.
View Demo
Table of Contents
A place to share and have discussions with like-minded people.
To get a local copy up and running follow these simple example steps.
- npm
npm install npm@latest -g
- Create a MongoDB database and get DB URL at https://www.mongodb.com/cloud/atlas
- Create a Google Auth Application and get Client ID and Client Secret at https://console.developers.google.com/
- Create a Cloudinary Cloud for images at https://cloudinary.com
- Clone the repo
git clone https://github.com/guptamohit004/social-connect
- Install NPM packages
npm install
- Update your keys in .env file`
MONGO_URI= // MongoDB Database URI SESSION_SECRET=secret_key_social_connect_production PRODUCTION_URL= // Product URI PORT= // PORT CLIENT_ID= // Google Auth Client ID CLIENT_SECRET= // Google Auth Client Secret CLOUDINARY_CLOUD_NAME= // CLOUDINARY CLOUD NAME CLOUDINARY_API_SECRET= // CLOUDINARY API SECRET CLOUDINARY_API_KEY= // CLOUDINARY API KEY SERVER_KEY_FCM= // Server Key of FCM
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.
Developed By - guptamohit004
Project Link : https://social.guptamohit004.tech