CodingBash / FlyCAGE

A modern web tool to find genes with similar expression
https://flycage.herokuapp.com/
Apache License 2.0
3 stars 1 forks source link

Separate app into REST services #58

Open CodingBash opened 7 years ago

CodingBash commented 7 years ago

Instead of having a monolith web MVC application, separate into REST services under a microservice architecture. This will make the application more scalable and be able to programmatically be consumed by developers.

CodingBash commented 7 years ago

This is a placeholder story. Obviously needs to be separated once considered.