Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 823 Bytes

README.md

File metadata and controls

52 lines (30 loc) · 823 Bytes

Pokedex

Create a trainer, Add the pokemon you've caught, add badges, compare with others.

Built With

  • HTML / CSS
  • JavaScript
  • AngularJS
  • Node
  • Express
  • PostgreSQL
  • Angular Material
  • Pokemon Sprites

Database Set-Up

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.

Installing

Steps to get the development environment running.

  1. Download this project.
  2. Set-Up DB (above)
  3. npm install
  4. `npm start
  5. Open browser to "localhost:5000"

Screen Shot

Screenshot

Next Steps

[TBA]

Authors

  • @sBahta1 (Sam Bahta)