siddhantdixit / LinkStack

Social Media Referencing Portal
https://linkstack-0g21.onrender.com/
MIT License
8 stars 15 forks source link
hacktoberfest javascript nodejs social-network

Node.js CI GitHub issues GitHub

Link List

Our Project is social media reference landing page that's a Bio Link tool(A single link for all your links and accounts). It will allow you to create a personalized and easily customizable page, that houses all the important links you want to share with your audience. It can be used on social platforms like Instagram, TikTok, Twitch, Facebook, YouTube, Twitter, or LinkedIn, or you can use it to aid discovery of your work, brand, or business.

You can get analytics of your profile and links.

image


UML

Link List


Usecase Diagram

Link List


Requirements

For development, you will only need Node.js and npm installed on your machine. If you have already installed NodeJS Jump to Project Setup

Node

If the installation was successful, you should be able to run the following command.

node --version

npm --version

If you need to update npm, you can make it using npm! Cool right? After running the following command, just open again the command line and be happy.

$ npm install npm -g

Project Setup

git clone https://github.com/siddhantdixit/OOP-ProjectLinkedList/

cd OOP-ProjectLinkedList
npm install
npm start

Create an .env files with the following parameters.

MID="PAYTM_MERCHANT_ID"
PAYTM_MERCHANT_KEY="PAYTM_MERCHANT_KEY"
WEBSITE=WEBSTAGING
CHANNEL_ID=WEB
INDUSTRY_TYPE_ID=Retail
PAYTM_FINAL_URL=https://securegw-stage.paytm.in/theia/processTransaction
CALLBACK_URL=http://localhost/dashboard/subscription/transaction
PORT=80
EMAILPASSWORD="EMAIL-PASSWORD-USED-IN-NODEMAILER"
JWTLOGINSECRET='128-Characters-Alphanumber-Random-Generated-Crypto-Key'
JWTVERIFICATIONSECRET='128-Characters-Alphanumber-Random-Generated-Crypto-Key'
MONGODBURL='mongodb+srv://YOUR-MONGODB-ONLINE-OR-LOCAL-CLUSTER/ProjectLinkedList?retryWrites=true&w=majority'