Skip to content

This is an app to to transfer virtual money among different users. Similar to Paytm.

Notifications You must be signed in to change notification settings

PradeepJoshiFreelancer/paytm-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Paytm Clone

This is an appliction where you can transfer money to your different contact, check you own balance.

Prerequisites

Setup

  1. Clone the repo into a public GitHub repository.
   git clone https://github.com/<github_username>/paytm-clone.git
  1. Navigate to project directory
cd paytm-clone
  1. Build(using the docker file) and run local mongo instance in replicated mode on docker
docker build ./ -t mongodb:4.7-replset
docker run --name mongo-replset -p 27017:27017 -v /db-data/mongo:/data/db -d mongodb:4.7-replicaset
  1. Navigate to backed folder.
cd backend
  1. Build and run the backend
npm i
npx tsc -b
npm run dev
  1. Run the frontend
cd ..\frontend\
npm i
npm run dev

https://github.com/100xdevs-cohort-2/paytm https://daily-code-web.vercel.app/tracks/oAjvkeRNZThPMxZf4aX5/JLaLbhDuYn3h5Cn7WJu1 docker build ./ -t mongodb:4.7-replset docker run --name mongo-replset -p 27017:27017 -v /db-data/mongo:/data/db -d mongodb:4.7-replicaset

Messages Better Input page Loading Readyme

About

This is an app to to transfer virtual money among different users. Similar to Paytm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published