tiagofilipe12 / pATLAS

Plasmid Atlas - A web interface to browse for plasmids and their associated genes. Visit us at:
http://www.patlas.site
GNU General Public License v3.0
21 stars 10 forks source link

Routes results request #154

Closed tiagofilipe12 closed 6 years ago

tiagofilipe12 commented 6 years ago

This PR implements routing to receive results from POST requests with unique hash generation for each request. This will add a new entry to a new database for each request and a url as a response to the request, in which users may visualize their results similarly to what is done through file imports. The database will be cleaned for entries older than 1 day.

tiagofilipe12 commented 6 years ago

close #149