Initial commit: Thingamablog web app (React frontend + Node.js backend)

- React/Material-UI frontend for browsing posts
- Express backend with JSON API
- HSQLDB parser fallback
- Clean blog data export
- Comprehensive documentation
This commit is contained in:
Paul Huliganga 2026-03-03 10:53:53 -05:00
parent 8fe45f5536
commit 665fbc6edf
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,5 +1,7 @@
node_modules/
build/
.env
*.log
.DS_Store
*.log
.vscode/
.idea/