Skip to content

lucasven/HealthCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HealthCheck

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.

Table of Contents

Architecture Overview

HealthCheck is a fullstack application using .NET 8 and angular 17 on it's architecture:

  1. Frontend: Angular 17, Angular Material
  2. Backend: .NET 8
  3. Database: TBD
  4. Authentication: TBD
  5. API: RESTful
  6. Deployment: Azure App Services

Key Technologies

  • Frontend: TBD
  • Backend: TBD
  • Database: TBD
  • DevOps: TBD
  • Testing: TBD

Features

  • At this point it is using .NET health check middleware to test some endpoints. And returns to the angular frontend to be displayed.

Getting Started

  1. Clone the repository:

    git clone https://github.com/yourusername/healthcheck.git
    
  2. Install dependencies:

    cd healthcheck
    Just run visual studio and hit the build button.
    
  3. Start the development server:

    Simply run the project in visual studio.
    

API Documentation

You can access swagger on this project on your local machine at: http://localhost:40080/swagger/index.html

Testing

TBD

Deployment

TBD

References

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors