https://github.com/bloiseleo/apibanksystem
PicPay Challenge to implement an api Bank System.
https://github.com/bloiseleo/apibanksystem
api pic-pay restful
Last synced: about 1 year ago
JSON representation
PicPay Challenge to implement an api Bank System.
- Host: GitHub
- URL: https://github.com/bloiseleo/apibanksystem
- Owner: bloiseleo
- Created: 2024-11-28T02:50:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-29T08:15:22.000Z (over 1 year ago)
- Last Synced: 2025-02-04T09:33:27.741Z (over 1 year ago)
- Topics: api, pic-pay, restful
- Language: C#
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Back-End Challenge
This challenge was created using the requirements described in this [link](https://github.com/PicPay/picpay-desafio-backend).
## Requirements
- [x] CPF/CNPJ and E-mails are unique.
- [x] Clients can send and receive money.
- [x] BusinessOwners can only receive money.
- [x] Validate if the user has enough money before executing the transaction.
- [x] Before executing the transaction, the system must consult a service and it'll authorize or not the transaction.
- [x] The transaction process is a transaction.
- [x] When the transaction is succeeded, the payee receives an email informing the receivement of the transaction
- [x] Endpoint with all transactions related to the user
- [x] API RESTFUL
## Tech Stack
- C#, ASP.NET Core
- Entity Framework
- Docker