-
Notifications
You must be signed in to change notification settings - Fork 1
Home
jmthorn edited this page Mar 31, 2021
·
8 revisions
This example will be based off of GoodReads.
BrainFood, a GoodReads clone, is a book cataloging application that allows users to create a collection of books that they've read, want to read or are currently reading then publicly share reviews that can be viewed by other users.
List of features needed for the minimum viable product, MVP
List of user stories for each feature and their respective acceptance criteria
Schema of the PostgresQL database
API routes that return JSON and that will be used by the frontend routes for accessing the database from the backend
Routes that return an HTML page that the user can interact with