Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 286 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 286 Bytes

Next.js Animals

This repo uses server side rendering to display data from postgres.

User Stories

  • I can view a list of animals at route "/" - with a link to their name
  • I can view an animal by name at /animals/:name
  • The animals are stored in a postgres database