GitXplorerGitXplorer
B

1059

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
647581abfc7361393559dda176ce9bf2d4e7b249

feat(client): overall score calculation and table

BBoyu1997 committed 5 years ago
Verified
0479448643fb5003b7ac6450b4e4aa35c2939df6

fix(client): exception for missing score

BBoyu1997 committed 5 years ago
Verified
fc5a0bd5c64ba7704194cda365f2e57ec65ea4f8

fix(server): update seminar api endpoint

BBoyu1997 committed 5 years ago
Verified
cb52935f69513f3ca6fc4ba99d4d676a7fa647a1

Merge pull request #3 from Boyu1997/dependabot/npm_and_yarn/client/mixin-deep-1.3.2

BBoyu1997 committed 5 years ago
Verified
e9c1e3fe313a5c931da586f333c5fcc053a5d67a

chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 in /client

ddependabot[bot] committed 5 years ago
Verified
760ce87d1fde3c4d6c49c87035724975734f6b2c

Merge pull request #2 from Boyu1997/dependabot/npm_and_yarn/client/eslint-utils-1.4.2

BBoyu1997 committed 5 years ago

README

The README file for this repository.

1059 (Beta)

App

Access application at 1059.boyu.io

Local Setup

This is mainly a front-end application. A short server-side script is used to direct traffic between the front-end app and the ALF apis. Server script is already setup running on GCP Cloud Function. To get the app running locally, you will only need to setup the front-end.

Change directory

cd client

Start the application

npm start

Build With

  • client: React.js
  • server: Python