Skip to content

A simple application to track quality of machined parts

Notifications You must be signed in to change notification settings

msenejoa/web-gates

Repository files navigation

web-gates

A simple application to track quality of machined parts. A user inputs measurements on a form, some calculations are performed and the measurements are logged on a database.

The application also reads and displays the results on a data dashaboard.

Requirements

  • Python 2.7

Stack

Visually displayed data

Bootstrap form

Getting started

Clone the repo and install dependencies:

$ git clone https://github.com/msenejoa/web-gates web-gates

Open the directory, create and activate a virtual environment:

$ cd web-gates
$ virtualenv venv
$ source venv/bin/activate

Install required dependencies:

$ pip install -r requirements.txt

Run the app:

$ python app.py

Point your browser to localhost:12345 or localhost:12345/graph to display the graphs

The javascript c3.js code is located in:

/static/assets/js/fud.js

About

A simple application to track quality of machined parts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published