From 500de57ce500fe07dd94e784ddf142d71f4e171d Mon Sep 17 00:00:00 2001 From: "evan.steele" Date: Thu, 20 Feb 2025 23:34:05 -0800 Subject: [PATCH] readme added --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..afaaa00 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# A basic web app for Razor pages +Following the intro documentation [here](https://learn.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/razor-pages-start?view=aspnetcore-9.0&source=recommendations&tabs=visual-studio) to build out a very simple ASP.NET web application as a way of learning some cool things about ASP.NET core. +- Not sure what I wanna do with it yet but maybe some simple viewer for some data retrieved from a local Postgres DB or simple REST endpoint somewhere \ No newline at end of file