Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhishekrawe/legalpay
https://github.com/abhishekrawe/legalpay
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhishekrawe/legalpay
- Owner: abhishekrawe
- Created: 2023-01-26T10:39:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T17:46:03.000Z (about 2 years ago)
- Last Synced: 2023-08-27T15:42:39.008Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://legalpay.vercel.app
- Size: 351 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ❄️LegalPay Assignment
# 📌depolyed link [here](https://legalpay.vercel.app/).
# 🔽This Project have two Part [FRONTEND](https://github.com/abhishekrawe/legalpay) and [BACKEND](https://github.com/abhishekrawe/legalPay-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 `
https://user-images.githubusercontent.com/65603830/215290622-5a4441bf-3a46-4765-a40c-31d7b0b50d11.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](https://user-images.githubusercontent.com/65603830/214945969-ad156fc5-066a-4c39-80c0-423d47f013c4.png)- User Can login with register email and Password
![image](https://user-images.githubusercontent.com/65603830/214945892-fd707368-4238-4981-9b63-785eddb2f2dd.png)- 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](https://user-images.githubusercontent.com/65603830/214944638-0081e3fa-2a8b-427a-af85-8e4242d2c1a9.png)2️⃣. Login using their id and password.
- User Can login with email id and Password3️⃣. Now if login was successful the user will be able to do the following:
1) Withdraw money.
2) Deposit money.
4) 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](https://user-images.githubusercontent.com/65603830/214945491-44c2e90d-ae83-43b4-a772-9558000f0389.png)
`message after login successful`![Screenshot 2023-01-29 213152](https://user-images.githubusercontent.com/65603830/215342188-ecc0ae5d-f71e-4fbb-9e7a-dba10b85db51.png)
`message user if already registered`
![Screenshot 2023-01-29 212924](https://user-images.githubusercontent.com/65603830/215342197-126f0517-e2cb-4dbc-a437-a53dd860b7b1.png)`message after wrong email or password`
![Screenshot 2023-01-29 212843](https://user-images.githubusercontent.com/65603830/215342205-c04eeed8-50ed-432e-8190-19a89abc6ee0.png)`message after password didn't message`
![Screenshot 2023-01-29 212753](https://user-images.githubusercontent.com/65603830/215342214-b58afee9-1158-42b3-8050-97c8f0f22880.png)📌if you face any issue in register you can use this email - [email protected] 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 .