lief480 / disney-dining-server

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

Home Page:http://www.disneydining.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

http://www.disneydining.io


Languages

Language:JavaScript 55.0%Language:HTML 43.1%Language:CSS 2.0%