A deckbuilding website for the Magic the Gathering trading card game.
Key Features:
- Redis caching to store JWT authentication tokens.
- Connection to restful API to add, remove and edit cards in deck.
- Ability to upload excel spreadsheet data to decklist.
- Display reccomended cards in deck based off other users decks.
- Rate other users decks and track highest ratest decks.
- Postgres database to store user and deck information
- Bcrypt hashing to securely store passwords.
API Repository: EDH Builder Api