Skip to content

sahiljena/UPI-Link-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages