/sushi

Dribbble meets GitHub

Primary LanguageTypeScript

sushi

Dribbble meets GitHub.

Team

  • Product Owner: Cameron Baughn
  • Scrum Master: Nancy Du
  • Development Team Members: Jacob Goddard, Mike Hughes

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Some usage instructions

  1. npm install
  1. In terminal type mysql.server start (Starts the MySQL server in background)
  1. In terminal type mysql -u root -p (Access the MySQL database)
  1. Once inside MySQL terminal type create database sushi (Created the sushi database)
  1. Whenever you run the server it will build out the tables
  1. Run npm start from the root directory to start the Angular2 server.
  1. In another terminal tab run node server/server.js to run the API server.
  1. Navigate to http://localhost:3000/

Requirements

  • Node v6.6.0
  • Angular 2
  • MySQL 2.12.0

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.