2025-08-14 20:00:21 +01:00
2025-08-04 12:25:50 +01:00
2025-08-14 20:00:21 +01:00
2025-08-14 20:00:21 +01:00
2025-05-27 17:01:04 +01:00
2025-05-27 17:01:04 +01:00
2025-08-04 12:32:47 +01:00
2025-06-11 12:41:37 +01:00

Crimson Vault

Simple invoicing solution for small businesses that is open source and self-hosted written in Go.

Development

This project uses Air for live reloading so you can simply run the following command to get reloading on save:

air

For migrations the project is using Atlas GORM Provider for migrations. To save a migration run the follwing command:

atlas migrate diff --env gorm

And to apply a migration on your development database you will need to run the following command:

atlas schema apply --env gorm -u "your database connection string"
S
Description
Self-hosted invoicing solution for small businesses written in Go.
Readme GPL-3.0 112 KiB
Languages
Go 99.3%
HCL 0.7%