gsasouza / datathon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CAKE BOARD

  • SmartBoard
    Shows the information. Easily.
  • SmartPrediction
    No need to reinvent the wheel.

This solution is intended to be easy, as a piece of CAKE.

Dependencies

How to run

FRONTEND

In terminal:

Go to frontend directory

`cd frontend`

Install dependencies

`yarn`

Run Relay

`yarn relay`

Start application

`yarn start`

BACKEND

In terminal:

Go to frontend directory

`cd frontend`

Install dependencies

`yarn`

Start application

`yarn dev`

DATA ANALYSIS API

In terminal:

Go to API directory

`cd dataAPI`

Install requirements

`pip install -r requirements.txt`

Start application

`python routes.py`

About


Languages

Language:JavaScript 80.0%Language:Python 17.4%Language:HTML 2.6%