Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1019 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 1019 Bytes

Cornholer

WDI9 Project 3 Group 2

Description

Cornholer is an app that allows users to play competitive cornhole and track their stats

Features

  • Users can sign up to play cornhole
  • Users can see their game history
  • Users can change their passwords
  • Users can delete their account
  • Users can see the rules
  • Users can see the score and queue in real time
  • Admin can administer the game

Technologies

  • MEAN Stack (MongoDB, Express, AngularJS, Node.JS)
  • Passport JS for user authentication
  • Socket.io for realtime scores and queue

Getting Started

Clone and cd into the cornholer directory and run the following commands:

npm install
webpack
npm start

Deployment

Cornholer is deployed here.

Wireframes

Wireframes can be found here.

User stories

User stories can be found here.

ERDs

ERDs can be found here.