WDI9 Project 3 Group 2
Cornholer is an app that allows users to play competitive cornhole and track their stats
- 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
- MEAN Stack (MongoDB, Express, AngularJS, Node.JS)
- Passport JS for user authentication
- Socket.io for realtime scores and queue
Clone and cd into the cornholer directory and run the following commands:
npm install
webpack
npm start
Cornholer is deployed here.
Wireframes can be found here.
User stories can be found here.
ERDs can be found here.