Skip to content

Commit f9c47f6

Browse files
committed
Init
0 parents  commit f9c47f6

17 files changed

+1160
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
## Build a basic version of PayTM

backend/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

backend/index.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
const express = require("express");
2+
3+

0 commit comments

Comments
 (0)