Skip to content

Deep-Kumawat/Paytm-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simplified version of paytm

It would allow it's users to:

  • Sign up
  • Sign in
  • Make transactions

Todo:

  • Backend

    • mongodb database file
    • authentication middleware
    • index route --> route to user route and account route
    • user route --> post(/signin) | post(/signup) | get(/bulk) [to find users with firstname or lastname]
    • account route --> get(/balance) | post(/transfer)
    • implement transactions in mongodb
  • Frontend

    • React init
    • Components
    • /signup page
    • /signin page
    • /dashboard page
    • /sendmoney page
    • connect pages together
    • use axios to connect with backend
    • Display balance on /dashboard
    • Display all the users on /dashboard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published