/interview-x

Soccer League

Primary LanguageJavaScript

interview-x

Please fork the repo and do a pull request with your changes

Overview

I administer a soccer league and I'd like a web application to track team names and match scores.

Project Scope and Requirements

  • As an admin I need to enter the team names, the final score and match date
  • As a public user, I need to see the league standings
  • Project needs to be created using node.js with MySQL backend and Angular 1.* frontend
  • Please make at least 3 commits to github
  • Optional: host your website and database with AWS

Installation instructions

First make sure Gulp and Bower are globally installed, by running:

npm i -g gulp bower

After cloning the project, run the following commands:

npm i
gulp

This will start the development server, the sample app should be available at the following url:

http://localhost:8000/

To run unit tests, run the following command:

gulp test