Pokemon Card Appraisal

For my Senior Capstone class, my group and I decided to make a small version of reddit, with a focus on Pokemon cards. Anyone can visit the application and view any previous posts. Users can post and start a new thread with a picture (including gifs) or text with the option to edit previous posts, delete any of their own posts, or comment on any other post. Administrators also had this same ability to edit or delete any posts made by users that were posted.

Posts could change from just asking a question, searching for a rare Pokemon card, or trading and selling cards. These posts were tied to the users who posted or commented to a remote MySQL database that we set up. With the database containing information on posts, users, and comments.

Users were also able to search for Pokemon cards with the help of the Pokemon API we implemented to allow for searches of rare to common Pokemon cards to the ones they own or the ones that they wanted to own. Users could also create a “MyList” or just a list of the Pokemon cards that they liked or own.

Source: ZachValencik/CardAppraiser