Skip to content

raymeibaum/pubcrawlr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍺 pubcrawlr

A MEN stack application that allows users to plan pubcrawls based on their favorite bars.

Deployment & Portfolio

deployment

portfolio

Features

  • Complete user login/registration
  • Fully responsive design
  • Users can add their favorite bars and then plan pubcrawls

Technologies

  • MongoDB document database featuring CRUD operations on three models: User, Bars, and Pubrawls.
  • Bootstrap for responsiveness
  • Google search and maps API for displaying bar locations as well as allowing the user to search for their favorite bars.

User Stories

Link to trello board can be found here.

ERDs

Pubcrawl
name: String
date: String
time: String
theme: String
transportation: String
specialInstructions: String
bars: [bar]
startBar: bar

User
username: String
password: String
favoriteBars: [bar]
pubcrawls: [pubcrawl]
timestamp: createdAt: Date
timestamp: updatedAt: Date

Bar
name: String
location: street: String
location: city: String
location: state: String

Wireframes

login signup user-show user-edit bar-new bar-show bar-edit pubcrawl-new pubcrawl-show pubcrawl-edit

About

A MEN stack application for planning pubcrawls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published