Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 585 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 585 Bytes

pycellfit-web

A web-app implementation of pycellfit built using Django and deployed with Heroku. A live-version of the website is available here.

Getting Started

Starting server:

    cd pycellfitweb
    python manage.py runserver

Technical Overview

  • No database models are being used. Files are uploaded using a form, processed using pycellfit, and outputs are generated using plotly.
  • UI is created using Bootstrap 4 CSS.