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.
- Very little exception handling
-
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
Client: Java
Server: Spring Boot, MySQL