About | Features | Technologies | Requirements | Starting | License | Authors
This project served as a base for a Bank Loan Request App in which an API could be able to receive Loan Requests, send emails to customers and bank account owners, and finally generate contracts between the Bank and the customer.
We released it for people who wants a boilerplate for a similar Restful API project using .NET framework.
✔️ Fully Restfull API
✔️ Email Service
✔️ Pdf Contract Service
✔️ E2E Tests for sites that uses this API
✔️ Swagger support
The following tools were used in this project:
Ubuntu was used to implement the project, so the .net SDK is required to be installed first. See Microsoft docs in this link
# Clone this project
$ git clone https://github.com/42voyager/c4b-backend
# Access
$ cd backend
# Run API Server
dotnet run --project api/backend.csproj
# The Swagger server will initialize in http://localhost:5000/swagger/index.html
The app on development will enable the Swagger Service. It can be accessed by running http://localhost:5000/swagger/index.html on the local development machine.
Feel free to submit issues and enhancement requests.
Please refer to each project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Paco Rocha Diego Cisneros Marcus Vinicius