Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavelkouril/pa165-pkmn-league
https://github.com/pavelkouril/pa165-pkmn-league
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pavelkouril/pa165-pkmn-league
- Owner: pavelkouril
- License: mit
- Created: 2015-10-22T08:05:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T14:29:23.000Z (almost 9 years ago)
- Last Synced: 2024-10-23T03:11:36.718Z (3 months ago)
- Language: Java
- Size: 1.99 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.