Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.1 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.1 KB

Game ON!

Team Enigma has built a website reservation system for sports enthusiasts to sign up for a roster spot or create pick-up games for players to join. The unique functionality is notification to all players on game roster when the minimum number of players per game is met

Getting Started

The application follows the MVC framework

Prerequisites

The application uses API with private key credentials. We use the process.env object to store the environment variables.

Deployment

Application is hosted on Heroku Game-On!

Built With

The application is built with node.js server and MySQL database. Application requires the following packages

  • Express
  • cookieParser
  • bodyParser
  • session
  • handlebars
  • Sequelize
  • fs
  • path
  • process.env

Authors

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc