A basic MERN stack lightweight payments app. Uses bcrypt and JWT for authentication
- Fork the repo in your Github account.
- Open
paytm/frontenddirectory and runnpm install(Frontend part done). - To start the Frontend part,
npm run dev. - Open
paytm/backenddirecory and runnpm install. - Create your
.envfile and provide yourMONGO_URLhere. This is theMongoDBconnection string for your cluster. - Run
nodemon index.jsto start Backend part