Skip to content

MollieS/PokemonManagerCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon Manager CLI

Build Status Coverage Status

This project allows users to search for pokemon and receive a few details about the pokemon in return. It retrieves data from the PokeApi.

You can also add pokemon to your caught pokemon collection, and free pokemon from the collection.

Requirements

This is a java project built with gradle. To run and test the application, you need both of these available to you.

How to run

clone this repository with git clone git@github.com:MollieS/PokemonManagerCLI.git

navigate into the repository with cd PokemonManagerCLI

build the project with gradle build

you will need to set up the database for the application, which you can do with gradle sql

run the app with gradle -q run

How to test

PokemonManager is test driven. You can run the tests with gradle test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages