Chore: Remove Node.js/npm files - Flask migration complete

Removed all Node.js/npm related files as they are no longer needed:
- server.js (replaced by app.py)
- package.json (replaced by requirements.txt)
- package-lock.json (npm lock file)
- node_modules/ (6.6 MB of npm packages)

Project size reduced from ~9 MB to 776 KB

The application now runs entirely on Python/Flask with only 2 dependencies:
- Flask
- mysql-connector-python

All functionality maintained and tested working.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
cproudlock
2025-10-24 12:00:55 -04:00
parent fbe5312e7b
commit f794cde35e
4 changed files with 0 additions and 1098 deletions

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB