Add full project structure: backend, frontend, Docker, and CI workflows
- Organize backend into src/ (routes/, services/, db/) per package.json entrypoint - Add migrations/import-mdb.js for one-time .mdb → SQLite migration - Add public/ frontend: check ledger table, slide-in new/edit panel, PDF generation - Add docker/Dockerfile and docker-compose.yml for self-hosted deployment - Add .github/workflows: Docker Hub build+push on main/tags, TODO→Issues scanner - Add GnuMICR font files (GPL-2.0) for MICR E-13B line rendering
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
GnuMICR.otf is licensed under the GNU General Public License v2.0.
|
||||
Source: https://github.com/alerque/gnumicr
|
||||
Full license text: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
|
||||
Reference in New Issue
Block a user