https://github.com/code-matt/pokebase
Angular2/Rails5 - Servicing all your Pokemon Go Idea's Needs via Public API
https://github.com/code-matt/pokebase
Last synced: 8 months ago
JSON representation
Angular2/Rails5 - Servicing all your Pokemon Go Idea's Needs via Public API
- Host: GitHub
- URL: https://github.com/code-matt/pokebase
- Owner: code-matt
- Created: 2016-07-28T16:11:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T19:02:23.000Z (almost 10 years ago)
- Last Synced: 2024-10-19T05:21:04.484Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 51.1 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### http://pokebase.herokuapp.com/

# PokeBase
Public Pokemon GO API with information for all 151 Pokemon.
Still a work in progress.
## Installation
```
cd PokeBase
bundle install
rails db:create
rails db:migrate
rails db:seed
```
```
cd client
npm install
```
```
cd ..
rails s
```
Right now you have to run ```ng build``` in the client directory while
the server is still running to see any changes you make. Still trying
to figure out how to bring live reload back.