Failure Mode Effect Criticality Assessment
Hosted at https://fmeca.herokuapp.com.
Clone, install requirements and run the server:
$ git clone https://github.com/benranderson/fmeca.git
$ cd fmeca
$ pip install -r requirements/dev.txt
$ python manage.py runserver
Run tests:
$ python manage.py test
Work in progress.