bhavyameghnani / WooW-Analytics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WooW-Analytics

A project for workflow anlaysis with facilitating project resource allocation leveraging a profile matching algorithm for employees to match the best suited project in the organization.

Deployed Link - https://woow-analytics-frontend.herokuapp.com/#/home

Running locally -

Running Frontend React Server -

$ cd woow-frontend

$ cd src

$ npm i

$ npm start #will start React server at localhost:3000

Running Backend Flask Server -

$ cd woow-backend

$ python3 -m venv venv (if not done already)

$ source venv/bin/activate

(venv)$ pip install -r requirements.txt

(venv)$ python main.py #will start Flask server at localhost:5000

About


Languages

Language:JavaScript 87.1%Language:Python 9.1%Language:HTML 2.5%Language:CSS 1.3%