Commit Graph

5 Commits

Author SHA1 Message Date
Michael Bumann
00e43dc5a3 Ignore log files 2022-01-17 13:18:14 +01:00
Roman Useinov
628071160c Cleanup (#25)
* remove cmd folder as we are going to have only one entrypoint

* get rid of pkg directory

* rename test -> integration_tests as unit tests should reside next to the actual files they are testing

* database migration WIP

* reinstate gorm boilerplate in the addinvoice for now to make it compile

* introduce migrations

* add Makefile

* don't use unsigned types for database mappings

* migrations work now

* add build target

* use echo groups

* gorm removed

* add envconfig

* fix comments
2022-01-16 00:49:19 +01:00
Michael Bumann
551bd55dba Default to sqlite databse 2022-01-09 18:09:29 +01:00
Viktor Patchev
a8e8b15e79 Setting up the project 2022-01-04 23:25:29 +01:00
Michael Bumann
bf2468078c Initial commit 2022-01-04 16:23:50 +02:00