Skip to content

Collection management tool for 'Magic: The Gathering' card game.

Notifications You must be signed in to change notification settings

MattiWheels/gather

Repository files navigation

gather

Bringing an old project, Gather (an MTG collection manager), back to life with flask. Following Miguel Grinberg's flask mega tutorial for the blog portion of the app.

  • Create flaskenv to store environment/debug variables
  • Install pip requirements to gather necessary packages
  • flask db init
  • Install npm
  • Install tailwindcss
  • npx tailwindcss -i ./app/static/src/input.css -o ./app/static/dist/output.css --watch
  • flask run (don't forget to setup environment variables or .flaskenv)

To Do

Following Miguel Grinberg's Flask Mega-Tutorial to complete blog section. Adding collection manager as feature in blog posts.

  • ༼つಠ益ಠ༽つ ─=≡ΣO))
  • GET request after POST from editing profile doesn't return committed data?
  • User created posts
To Do (Later-ish)
  • User card library (add/remove)
  • Card table (updates from scryfall)

About

Collection management tool for 'Magic: The Gathering' card game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published