Skip to content

nathanblaz/bagel-rise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bagel Rise

Discover and share your favorite bagels.

Feature List

MVP

  • User Log In / Log Out / Signup / Authentication
  • Bagel Shops CRUD
  • Review feed

Bonus

  • User Profile (WIP)

Schema

Diagram

Schema

Tables

Users

ColumnName DataType Details
id integer not null, primary key
Username string not null
Email string unique, not null, indexed
Bio text
HashedPassword string.binary not null
Avatar text
createdAt timestamp not null
updatedAt timestamp not null

Checkins

ColumnName DataType Details
id integer not null, primary key
userId integer foreign key
listId integer foreign key
review text not null
rating integer not null
image text not null
createdAt timestamp
updatedAt timestamp

BagelLists

ColumnName DataType Details
id integer not null, primary key
shopId integer foreign key
bagelId integer foreign key
createdAt timestamp
updatedAt timestamp

BagelShops

ColumnName DataType Details
id integer not null, primary key
name string not null
address string
city string not null
state string not null
zipcode string
phone string
information text
createdAt timestamp
updatedAt timestamp

Bagels

ColumnName DataType Details
id integer not null, primary key
bagelType string not null
createdAt timestamp
createdAt timestamp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published