diff --git a/README.md b/README.md index 53428f4..bbe641d 100644 --- a/README.md +++ b/README.md @@ -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.) diff --git a/scripts/DEV_README.md b/scripts/DEV_README.md index 71bdc55..12131a3 100644 --- a/scripts/DEV_README.md +++ b/scripts/DEV_README.md @@ -23,3 +23,4 @@ chrome dev tools troubleshooting Always test build before committing > for the client: $ npm run dev > for the api: $ dotnet build + \ No newline at end of file