Dribbble meets GitHub.
- Product Owner: Cameron Baughn
- Scrum Master: Nancy Du
- Development Team Members: Jacob Goddard, Mike Hughes
Some usage instructions
- npm install
- In terminal type
mysql.server start
(Starts the MySQL server in background)
- In terminal type
mysql -u root -p
(Access the MySQL database)
- Once inside MySQL terminal type
create database sushi
(Created the sushi database)
- Whenever you run the server it will build out the tables
- Run
npm start
from the root directory to start the Angular2 server.
- In another terminal tab run
node server/server.js
to run the API server.
- Navigate to
http://localhost:3000/
- Node v6.6.0
- Angular 2
- MySQL 2.12.0
From within the root directory:
sudo npm install -g bower
npm install
bower install
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.