Code Monkey home page Code Monkey logo

mtg-collection's Introduction

MTG Collection Helper

Peek 2022-03-21 08-25

The gif is not the best due to it having its original file size reduced to comply with GitHub's 10mb file size limit. For a more in-depth demo of the app, check this recording.

What it does

The application makes requests to the Scryfall API in order to search for cards that can be saved to the database and then displayed to the user on the app's gallery. The goal is to create an application that will help me keep my Magic: The Gathering collection updated without having to rely on Excel tables or paper notes.

So far, the app only fetches, saves, displays and removes individual cards, the collection aspect of it is still upcoming. I've developed a simple RESTful back-end on Spring Boot which has the CRUD operations in place. Recently, I'm putting effort on making the front-end better: I added testing with Jest and I'm working on migrating the codebase to TypeScript. For a deeper look on the app's history, please check the changelog.

Feedback is welcome!

How to run

I'm using the following technologies in these versions:

  • PostgreSQL 14.2
  • Java (openJDK) v17.0.3
  • npm v6.14.16
  • node v14.19.1

It's important to note that both back and front-end are in the same repo, so it's helpful to have more than one terminal window open.

Steps to run:

  • clone the project
  • config the database (user and password on resources/application.yaml in the back-end folder) and run the service
  • open the back-end folder on your favorite IDE and set up a gradle project
  • run the back-end project
  • in the terminal, navigate to the front-end folder and install dependencies with npm install
  • run the front-end with npm start
  • acess the page on http://localhost:3000/

mtg-collection's People

Contributors

dependabot[bot] avatar hcaetano avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.