Skip to content

ThomasClifton/Pokemon-Storage-System

Repository files navigation

Pokemon Storage System

A system for storing Pokemon which are instances of Species. The pokemon and species tables have a one to many relationship. The species and type tables have a many to many relationship using the join table species_type.

Authors

Current Issues

  • Very little exception handling

Roadmap

  • Implement more test cases

  • Add more search criteria

  • Have a better representation of each Pokemon/Species when printed in the command line

  • Include evolutionary lines in schema as well as when searching

Tech

Client: Java

Server: Spring Boot, MySQL

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages