Skip to content

jlbren/DistRestProj-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Client for Interacting with a Pokedex SQLite Database

Dependencies

Quick Start

  • Download/extract or clone project from repository
  • Open terminal in project root directory and run command mvn install
  • All jar dependencies will be downloaded by maven, and unit tests executed
  • Successful build and test confirmation indicates successful installation

Database Schema and Sample Values

Pokemon

Id Name Description Nature
1 Bulbasaur Is it a plant or..? Relaxed

Trainer

Id Name Badges
1 Ash 8

Partners

Id trainerId pkmnId Location
1 1 1 Victory Road

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages