A basic MERN stack lightweight payments app. Uses bcrypt
and JWT
for authentication
- Fork the repo in your Github account.
- Open
paytm/frontend
directory and runnpm install
(Frontend part done). - To start the Frontend part,
npm run dev
. - Open
paytm/backend
direcory and runnpm install
. - Create your
.env
file and provide yourMONGO_URL
here. This is theMongoDB
connection string for your cluster. - Run
nodemon index.js
to start Backend part