This is an appliction where you can transfer money to your different contact, check you own balance.
- Clone the repo into a public GitHub repository.
git clone https://github.com/<github_username>/paytm-clone.git
- Navigate to project directory
cd paytm-clone
- 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
- Navigate to backed folder.
cd backend
- Build and run the backend
npm i
npx tsc -b
npm run dev
- 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