https://github.com/olehkavetskyi/reenbittest
https://github.com/olehkavetskyi/reenbittest
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/olehkavetskyi/reenbittest
- Owner: olehkavetskyi
- Created: 2023-09-08T14:49:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-27T17:16:08.000Z (over 1 year ago)
- Last Synced: 2025-02-03T23:41:24.390Z (4 months ago)
- Language: C#
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reenbit Task Test

## Functionality
This app represts a form with two input fieds. The First one for a file with .docx extencsion and the second one for an email. After user click a button "Upload" form data will send to an API and then the file will be uploaded to an Azure Blob Storage container. After it an Azure Function will be triggered and send a message using SendGrid to the email specified in the form.
## Techlogies
1. ASP.NET 7
2. Azure Blob Storage
3. SendGrid
4. Angular 16
5. Azure Function## Unit Tests
This app uses xUnit framework to test key functionalities

## Links
1. [A deployed website ](https://reenbittestclient.azurewebsites.net/) (deactivated)