# Multiplada Backend
## User Stories
### 1. Sign Up:
#### Story
As a user I would like to create an account so I may use the application
#### Solution
build a backend api to sign up and store
- email
- password
#### Duration
Two Weeks
---
### 2. Sign In:
#### Story
As a user I would like to sign inso that I can get into my account after signing out.
#### Solution
build an api to check if the users email and password exist.
#### Duration
One Week
---
### 3. Confirmation
#### Story
As a backend I would like to confirm if the user is not a bot.
#### Solution
build a api to send a confirmation email
#### Duration
Two Week
---
### 4. Change Cardano Wallet Address
#### Story
As a user I would like to change my cardano wallet address.
#### Solution
build a api to update wallet address
#### Duration
Two Days
---
### 5. Deposit Cardano
#### Story
As a user I would like to deposit my cardano
#### Solution
build a api to send the user an alert it the crypto has deposited sent.
#### Duration
Two weeks
---
### 6.Withdraw Cardano
#### Story
As a user I would like to Withdraw my cardano.
#### Solution
build an api to allow user to withdraw cardano.
#### Duration
One Week
---
### 8. Faucet
#### Story
As a user I would like to get free cardano.
#### Solution
build an api to send cardano to user address.
#### Duration
One Week
---
### 9. Results Generator
#### Story
As a backend I cant trust game results generated by the frontend.
#### Solution
build an api to send game results to user.
#### Duration
One Month
---
### 10. Statistics
#### Story
As backend I would like to keep track of the statistics
- Total Users
- Total Cardano Withdrawn
- Personal Loss/Gain
so that I may be able to build an to send it to the user.
#### Solution
build an api to keep track of user data.
#### Duration
Two Months
---
### 11. Referal
#### Story
As a User I would like to send users my referal link
so that I may be able send it to other users, so that I may earn more cardano.
#### Solution
build an api to send cardano when a user clicks on link and signs up.
#### Duration
One Month
---