Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 993 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 993 Bytes

Conscea

Conscea is a certificate management system for employers. It was assigned as a group project for an Azure class. We were given 3 weeks to implement an MVP according to a design document.

Notable Contributions

  • Built the backend
    • Implemented data importing from Blob Storage to Azure SQL via Azure Functions.
    • Implemented email notifications by connecting the API to an Azure Logic App via a Service Bus queue.
    • Wrote the ASP.NET Core API.
  • Handled DevOps
    • Configured repositories and Azure services.
    • Reviewed pull requests.
    • Connected and deployed everything.

Architecture Overview