forked from cybercinch/openaccounting-server
bd3f101fb4631ebc4c7b5bb8a0782038d719f8fa
- Add GORM models in models/ directory with proper column tags - Create repository interfaces and implementations in core/repository/ - Add database package with MySQL and SQLite support - Add UUID ID utility for GORM models - Implement complete repository layer replacing SQL-based data access - Add database migrations and index creation - Support both MySQL and SQLite drivers with auto-migration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Open Accounting Server
Prerequisites
- Go 1.8+
- MySQL 5.7+
Database setup
Use schema.sql and indexes.sql to create a MySQL database to store Open Accounting data.
Configuration
Copy config.json.sample to config.json and edit to match your information.
Run
go run core/server.go
Build
go build core/server.go
Docker
If you are interested in running Open Accounting via Docker, @alokmenghrajani has created a repo for this.
Help
Join our Slack chatroom and talk with us!