Skip to content

abhishekrawe/legalpay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❄️LegalPay Assignment

📌depolyed link here.

🔽This Project have two Part FRONTEND and BACKEND

  • For Running this repository on local
  • Frontend - cd to legalpay > npm install > npm start
  • Backend - cd to legalPay-Backend > npm install > node index.js

🃏Glimse of Project

web view

legalpay_qCBjUrf2.mp4

🐸Problem Statement and my approach (अप्रोच्‌)🐸

1️⃣. Create a bank account by supplying a user id and password. Use static id or pass. (If credentials are store in database is adding extra points).

  • User Can Create Account with name , email , password and reEnter Password image

  • User Can login with register email and Password image

  • Yes all the Credential added in MongoDb , when you create a new user with name email and password in the mongoDb database all ur infomration will be saved , like this - you can see here 👇 image

2️⃣. Login using their id and password.

  • User Can login with email id and Password

3️⃣. Now if login was successful the user will be able to do the following:

  1. Withdraw money.
  2. Deposit money.
  3. Quit the program.
  • After succesfully Login with same email and password that you had register with , a Home page will show
  • where user can withdraw Money , Deposit there money and check there remaing Ballence also and Exit Button too return back to login Page.
  • You can see here 👇 image

message after login successful

Screenshot 2023-01-29 213152

message user if already registered

Screenshot 2023-01-29 212924

message after wrong email or password

Screenshot 2023-01-29 212843

message after password didn't message

Screenshot 2023-01-29 212753

📌if you face any issue in register you can use this email - any@gmail.com and Password - 1234

  • there are some issue on Alert message after deployment on register page it will not show you succesfully created account you can simple login with that register email passowrd it works well .. i will fixed this issue .