Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.1 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.1 KB

week7-jess - server-side app

  • Joe: Facilitator
  • Evgeny: User
  • Safia: Deployment
  • Saki: Quality

Technical criteria

  • Express server
  • Postgres database
  • Hosted on Heroku
  • One of the above spike topics
  • Handle errors and inform the user

Spike choice

  • File uploads - Allow users to upload files to your server (like images or audio clips).

Database Schema

database-schema

Concept

Website name: "Name My Kitty"

  • logged in users can upload pics
  • any one can submit name suggestions
  • [stretch] Other animals, not just cats (filter by species)
  • [stretch] up-vote names
  • [stretch] cat-pic poster chooses name

Figma

Final - home page

Final - sign up page