MTG deck/collection management web app..
-
to get started, install spring boot, postgres and vue
-
run the create-db file in the db folder to generate tables (make sure the /bin folder of you postgres install is in your path) : psql -U postgres -f ./path/to/sql/file
-
each layer of the stack (fe, be, db) live in ther own folders under top level directory