Go to file
Gered ce4c2c1a39 fix dev mode not reloading code changes
hacky fix due to the fact that we load the app config at a time later
then when the namespace is first loaded, so our old wrap-env-middleware
cannot work as-is. and then immutant's own run function alternative that
can be used to run the server in dev mode has some super annoying
behaviour that can't be turned off (opening a browser on startup... who
the *fuck* actually likes this behaviour? don't you people keep a
browser open all the time when you're working on web dev anyway?)
2016-06-29 16:26:08 -04:00
env/dev/src fix for lein rollback/migrate 2016-06-29 11:35:58 -04:00
resources add page footer 2016-06-29 15:54:43 -04:00
src/mtgcoll fix dev mode not reloading code changes 2016-06-29 16:26:08 -04:00
.gitignore initial commit 2016-06-24 14:17:45 -04:00
project.clj major reworking of various data and image importing/scraping operations 2016-06-28 19:16:04 -04:00
README.md add README.md 2016-06-24 14:20:24 -04:00

MTG Web Collection

Web application to maintain a searchable database of cards, including (optional) card images and prices and to record cards contained in a personal collection.

This project is a work in progress and is not ready for actual use quite yet.