Skip to content

ShareHub is a Project where users can create their public viewable profile containing their customizable social links and important links that they want to share with the world. Also having option to see their page Analytics

Notifications You must be signed in to change notification settings

PradnyaGaitonde/social-share

 
 

Repository files navigation

ShareHub

ShareHub

FOLLOW THESE STEPS TO SET LOCALLY

  1. Fork the repository (Click the Fork button in the top right on Github)
  2. Clone the forked repository to your local machine.
git clone https://github.com/punyakrit/social-share.git

Run the command to install npm package

npm install

STEPS TO CONNECT WITH THE MONGODB

cp .env.example .env
Update all these env variables
GOOGLE_CLIENT_ID
GOOGLE_CLIENT_SECRET
NEXTAUTH_URL 
NEXTAUTH_SECRET 
MONGODB_URI 
BUCKET 
S3_ACCESS_KEY 
S3_SECRET_ACCESS_KEY

Commands to run the development server:

# Using npm
npm run dev

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.

Open Source Programs

This project is a part of GirlScript Summer of code. We welcome contibutions from the community to help improve the project social-share.

gssoc

Acknowledgement

We would like to express our gratitude to the following contributors for their valuable contributions to Social Share

Contributors


Developed with ❤️ by The Social Share Team

(Back to top)

About

ShareHub is a Project where users can create their public viewable profile containing their customizable social links and important links that they want to share with the world. Also having option to see their page Analytics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.9%
  • CSS 1.8%
  • JavaScript 0.3%