/term-project-spring-2017-applejacks

term-project-spring-2017-applejacks

Primary LanguageJavaScript

applejacks

A multiplayer blackjack game with an integrated chat system. View the live heroku site here

JavaScript Style Guide: Good Parts contributions welcome codecov

Tasks and Issues

  • Automated dev server redeployment
  • README docs
  • Basic nav
  • Deployment and hosting to production environment (Heroku)
  • Integration with Postgres (local and prod)
  • Finish database API
  • Create user sessions based on login credentials
  • Create signup flow
  • Asset compilation and page speed
  • Asset bundling
  • Add --mockdata as a flag during build for people who have no DB connection
  • Open database api to admin user for easier db testing
  • Set up basic socket.io framework for chat
  • Add middleware for handling HTTP response codes (500, 404, etc)
  • Helper functions
  • Clean up Routing structure

How to run the app

  1. git clone https://github.com/SFSU-CSC-667/term-project-spring-2017-applejacks.git
  2. cd term-project-spring-2017-applejacks
  3. npm install yarn
  4. yarn or yarn install
  5. yarn run app #this will listen for server changes and redeploy
  6. visit localhost:3000