Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 371 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 371 Bytes

deckbop

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