sahiljena / UPI-Link-Generator

A UPI Deep link generator with payment page. Made with MERN Stack

Home Page:https://paylinky.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UPI-Link-Generator

Note : Currently this only works for merchant UPI ID's

✨ Description

This Web app generates upi payment links for mobiles. On the payment page, it auto detects UPI apps and redirects to them with fixed UPI ID and Amount
Try Out : https://paylinky.netlify.app

πŸ› οΈ Tech Stack

  • React.js for Frontend
  • Node.js and Express.js for Backend
  • MonogDB for Database
  • Tailwind CSS for frontend UI

πŸ”₯ Demo

https://paylinky.netlify.app/

πŸ“‚ Project Organization

β”œβ”€β”€ README.md          <- The top-level README for developers using this project.
β”‚
β”œβ”€β”€ frontend
β”‚       β”œβ”€β”€ package.json        <- Containing the required node modules start up scripts etc
β”‚       β”œβ”€β”€ postcss.config.js   <- Tailwind css file
β”‚       β”œβ”€β”€ tailwind.config.js  <- Tailwind css file
β”‚       β”œβ”€β”€ public             
β”‚       └── src
β”‚           β”œβ”€β”€ App.js          <- React App 
β”‚           β”œβ”€β”€ index.js        <- React App startup 
β”‚           β”œβ”€β”€ pages           <- Folder for pages
β”‚           └── components      <- Folder for react components
β”‚
β”‚
└── backend
    β”œβ”€β”€ node_modules   <- Folder containg node modules 
    β”œβ”€β”€ .env           <- MongoDB connection string
    β”œβ”€β”€ routes
    β”‚    └── links.js  <- API Routes  
    β”‚
    β”œβ”€β”€ index.js       <- Express app with startu
    β”œβ”€β”€ package.json   <- Containing the required node modules start up scripts etc
    └── db
         └──  conn.js  <- Connect to MongoDB 

About

A UPI Deep link generator with payment page. Made with MERN Stack

https://paylinky.netlify.app/


Languages

Language:JavaScript 92.0%Language:HTML 6.7%Language:CSS 0.8%Language:Shell 0.5%