Skip to content

guptamohit004/social-connect

Repository files navigation

CircleCI


Logo

Social Connect

A place to share and have discussions with like-minded people.

View Demo

Table of Contents
  1. About The Project
  2. Getting Started
  3. Screenshots
  4. Contributing
  5. License
  6. Contact

About The Project

A place to share and have discussions with like-minded people.

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Create a MongoDB database and get DB URL at https://www.mongodb.com/cloud/atlas
  2. Create a Google Auth Application and get Client ID and Client Secret at https://console.developers.google.com/
  3. Create a Cloudinary Cloud for images at https://cloudinary.com
  4. Clone the repo
    git clone https://github.com/guptamohit004/social-connect
  5. Install NPM packages
    npm install
  6. 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

Screenshots

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Developed By - guptamohit004

Project Link : https://social.guptamohit004.tech

About

Codebase for Social Connect Project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published