Skip to content

This is a repo which contains the entire codebase for the wallet app with transactions

Notifications You must be signed in to change notification settings

mehul79/Wallet-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wallet-App

This is a repo which contains the entire codebase for the wallet app with transactions

  • Authentication through Zod
  • Database as MongoDb
  • JWT token authorization headers used
  • MongoDb session used in transactions

    • Clone Repo
    git clone https://github.com/mehul79/Wallet-App
    
    • Install dependencies for Backend
    cd backend
    npm i
    npm start
    
    • Install dependencies for Backend
    cd frontend
    npm i
    npm run dev
    
    • Go to the App
    http://localhost:5173/
    

    About

    This is a repo which contains the entire codebase for the wallet app with transactions

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published