Skip to content
 
 

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payments App

Welcome to our Payments App, a robust and user-friendly platform designed for seamless financial transactions. Developed with ReactJS and Express, this application offers a secure and intuitive experience for users to manage their payments efficiently.

Features:

  • User-friendly Interface: Navigate through sign-in, sign-up, dashboard, and money transfer pages with ease.
  • Zod Authorization: Implemented Zod for robust and secure user authorization.
  • Modern Design: Enjoy a modern and visually appealing design for an enhanced user experience.
  • Flexible Deployment: Utilized Docker for streamlined installation, ensuring a hassle-free setup.

How to install locally?

  1. Fork and Clone this repository or Clone it using HTTPS/SSH

    git clone https://github.com/sreya22-git/paytm.git
    
    
  2. Install Mongodb or build using Docker locally

     docker build ./ -t mongodb:4.7-replset
     docker run --name mongodb -replset22 -p 27017:27017 -d mongodb:4.7-replset
    
  3. Connect to the mongod compass

  4. Install required dependencies

    cd backend
    npm i
    node index.js
    
    
     cd frontend
     npm i
     npm run dev
    

Webpages made:

image image
image image

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages