Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 450 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 450 Bytes

Introduction

A simple web application using Jinja2, HTML, Semantic UI (for CSS), FastAPI & SQLlite to monitor and alert on certificate expiration.

Getting Started

  • Uses Python Poetry for dependency and virtual envs
  • Contact mason@ before making any changes
  • See wiki for further details

Build and Test

  • To test changes locally you can run uvicorn app:app --reload
  • This will spin up a local web server on 127.0.0.1/8000