An open API service indexing awesome lists of open source software.

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.

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