Create a trainer, Add the pokemon you've caught, add badges, compare with others.
- HTML / CSS
- JavaScript
- AngularJS
- Node
- Express
- PostgreSQL
- Angular Material
- Pokemon Sprites
To set up this application on your computer, follow these instructions to create a new database for the local data to be stored.
Database is done with PostgreSQL, it should be created and called "pokedex'.
See postgres.sql for table creation.
Steps to get the development environment running.
- Download this project.
- Set-Up DB (above)
npm install
- `npm start
- Open browser to "localhost:5000"
[TBA]
- @sBahta1 (Sam Bahta)