scaffold repository

This commit is contained in:
2026-08-03 22:20:00 -05:00
commit 2feb8bd33b
40 changed files with 8857 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
### philosophish
The phish is a basic template for a blog web app. Using angular for the frontend and a dotnet api with a postgres database for the backend. Its definitely overkill but its how I like to do things. 🦭
Didn't like vue as much as I thought I would (angular might be the only thing of google's that I'm comfortable touching; don't even get me started on the *other* one). Liked dotnet as much as I thought I would because its the goat of web controller frameworks. Postgres is the goat for databases (I will kill you mongodb), and I will be dead long before ever using anything that has been touched by oracle's disgusting grubby fingers.
Will update more as I get to it.