Team III Webserver Group: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
=='''Introduction'''== | =='''Introduction'''== | ||
===='''Problem Statement'''==== | |||
===='''Problem Statement'''==== | |||
===='''Design Objectives'''==== | |||
===='''Architecture Design'''==== | |||
=='''Approaches'''== | |||
===='''MVC Framework - MODEL '''==== | |||
MySQL | |||
===='''MVC Framework - View'''==== | |||
Javascript, CSS, HTML | |||
===='''MVC Framework - Controller'''==== | |||
Python(Flask) | |||
===='''Web server'''==== | |||
===='''Reverse Proxy'''==== | |||
=='''Functionality'''== | |||
===='''Pipeline'''==== | |||
===='''Gene Prediction'''==== | |||
===='''Gene Prediction'''==== | |||
===='''Functional Annotation'''==== | |||
===='''Comparative Genomics'''==== | |||
=='''Webserver Walk through'''== | |||
=='''References'''== |
Revision as of 12:05, 15 April 2020
Team 3: Web Server
Group Members - Aparna Maddala, Sonali Gupta, Ahish Sujay, Yiqiong Xiao, Allison Rozanski, Yuhua Zhang
Introduction
Problem Statement
Problem Statement
Design Objectives
Architecture Design
Approaches
MVC Framework - MODEL
MySQL
MVC Framework - View
Javascript, CSS, HTML
MVC Framework - Controller
Python(Flask)