HealthCheck is a health monitoring and analytics platform designed to provide insights into availability health data. This project showcases skills in web development, database management, and API design.
- Architecture Overview
- Key Technologies
- Features
- Getting Started
- API Documentation
- Testing
- Deployment
- Contributing
- License
HealthCheck is a fullstack application using .NET 8 and angular 17 on it's architecture:
- Frontend: Angular 17, Angular Material
- Backend: .NET 8
- Database: TBD
- Authentication: TBD
- API: RESTful
- Deployment: Azure App Services
- Frontend: TBD
- Backend: TBD
- Database: TBD
- DevOps: TBD
- Testing: TBD
- At this point it is using .NET health check middleware to test some endpoints. And returns to the angular frontend to be displayed.
-
Clone the repository:
git clone https://github.com/yourusername/healthcheck.git -
Install dependencies:
cd healthcheck Just run visual studio and hit the build button. -
Start the development server:
Simply run the project in visual studio.
You can access swagger on this project on your local machine at: http://localhost:40080/swagger/index.html
TBD
TBD
This is a project with the goal to review and keep my angular and .NET skills up-to-date using the packt book "ASP.NET Core 8 and Angular 17". You can find the book here.