Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pavelkouril/pa165-pkmn-league


https://github.com/pavelkouril/pa165-pkmn-league

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# PA165 Project (Seminar 03) - Pokémon League

[![Build Status](https://travis-ci.org/pavelkouril/pa165-pkmn-league.svg)](https://travis-ci.org/pavelkouril/pa165-pkmn-league)

## Running REST Module

More info in `pkmnleague-rest` directory.

## Running Web Module

First, build the entire project using maven, via

```
$ mvn clean install
```

Then go into the `pkmnleague-web` directory, and run

```
$ mvn tomcat7:run
```

After the application starts, it will be accessible on the `http://localhost:8080/pa165` URL.

To log in, you can use the following credentials:

| Username | Password | Role |
----------------- |----------|-------
| [email protected] | heslo | trainer |
| [email protected] | heslo | gym leader |
| [email protected] | heslo | gym leader |
| [email protected] | heslo | gym leader |

You can either create a gym for Red to make him a Gym Leader or you can try to award Badge from Misty to Red, since he doesn't have it already.