Poke Express

Make a Pokemon app that displays data inside server-side rendered views.
Learning Objectives
- Practicing Index, New, Delete, Update, Create, Edit, Show routes with express and Mongoose
Prerequisites
- JavaScript
- Express
- Node
- JSX
The User Stories
- When a user goes to the
/pokemonroute they will see anindexof pokemon: the names of each pokemon rendered to the page. - When a user clicks on the name of the pokemon, they will be taken to that pokemon's
showpage, and will see the pokemon's name and image (hint you can't save the image in your database, you can save the link to an image in your database though). - When a user goes to
/pokemon/newa user sees a form that allows them to create a brand new pokemon, and then redirects the user back to/pokemon - User Can delete a
pokemonor edit apokemon