/disney-dining-server

Front-end UI and API server for the Disney Dining Scout Site

Primary LanguageJavaScript

Disney Dining Scout Server

This is the API/UI server for the Disney Dining Scout application

It is built with the following technologies

  • NodeJS
  • ExpressJS
  • Sequelize
  • MomentJS
  • MariaDB
  • Backbone
  • Underscore
  • Marionette

Deployment

git clone https://github.com/mattvoss/disney-dining-server.git
cd disney-dining-server
npm install
npm install -g sequelize-cli bower grunt-cli
bower install

Then copy and edit the config/settings.json.dist and the config/config.json.dist with the pertinent database configurations and application settings.

sequelize db:migrate
npm start