GithubHelp home page GithubHelp logo

acclab / estimationstats Goto Github PK

View Code? Open in Web Editor NEW
0.0 4.0 1.0 26.25 MB

Repo for the development of a webapp of the contrast package for easy estimation

Home Page: https://www.estimationstats.com/#/

Python 14.91% CSS 9.68% HTML 0.53% JavaScript 7.06% Vue 61.22% SCSS 6.56% Procfile 0.04%
data-visualization estimation statistics

estimationstats's Introduction

Estimation Stats

A Flask webapp to enable users to perform estimation-based visualization and analysis of data. Webapp at www.estimationstats.com/#/

Note: On 13 April 2023, adamcc changed the repo name from contrast-webapp to estimationstats. This may break some of these installation instructions.

Installation

  1. Install NodeJs https://nodejs.org/en/download/

  2. Install vue-cli.

npm install -g @vue/cli
  1. Install required node modules.
cd contrast-webapp/webapp/static
npm install

Development

npm run dev

It will start an express server for frontend. Hot reload will be enabled, when you edit a source file, the browser will be auto reload.

You will need start the Python server also, so the frontend can work properly. In a new Terminal window, enter

cd contrast-webapp # the root directory of this repo
python run.py

The frontend is using 127.0.0.1:5000 for API calls. If you use another port for Python server, you should modify method getBaseURL in common.js file.

Production

To bundle all required resource file to contrast-webapp/webapp/static/dist folder, run

npm run build

Staging

First, create and add the staging remote to your repo.

heroku git:remote -a staging-remote-appname
git remote rename heroku staging

Then, push the testing branch to the master branch on the staging remote.

git push staging testing-branch:master

Deployment

git push live master

estimationstats's People

Contributors

adamcc avatar hung-nguyen89 avatar josesho avatar sangyu avatar sh4nh avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

sh4nh

estimationstats's Issues

Transfer ownership of repo from `adamcc` to `ACCLAB` organisation

Hi @adamcc ,
Could you transfer ownership of this repo to the ACCLAB repo? Trying to consolidate all our different projects into the ACCLAB organisation.

You should go to "Settings" on the top row of the Git repo above (which I cannot see and do not have access to), then scroll down to "Danger Zone" and click on "Transfer Ownership". You will need to enter the name of this repo as a safeguard, and all should then be well.

Joses

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.