freshen up readme

This commit is contained in:
2026-04-23 19:22:43 -05:00
parent 6c5bca8f2d
commit 0bee59efe0
2 changed files with 10 additions and 4 deletions

View File

@@ -1,4 +1,9 @@
## agologum
A web server/web client template.
Backend: a .NET web API with a [READACTED] database (probably prostgressql for tinkering)
Frontend: Vue.js because I enjoy life and the splendor of God's creation
# agologum
Agologum is a web app that I'm playing around with for no particular purpose or goal other than playing around like a kid building legos.
- Frontend: Vue.js because I enjoy life and the splendor of God's creation
- Backend: .NET Web Api despite what Microsoft did to my family
- Database: Postgres because its the postbest
Implore scripts/DEV_README.md if you're looking to build and test in your own environment. Most of the testing I'm doing is live because I fear only one man (not myself.)

View File

@@ -23,3 +23,4 @@ chrome dev tools troubleshooting
Always test build before committing
> for the client: $ npm run dev
> for the api: $ dotnet build