I want to make a web page in LAN to provide some bioinformatics analysis functions. This web page can have simple login control. Each user can independently perform some simple analysis of their own data(drawing and displaying some images by executing some scripts on the back-end server).
I used flask and bootstrap to try it out, but I only know a little bit of html syntax, which drove me crazy with the fine-tuning of the page display content!!!
What technologies are needed to implement the front-end and back-end of a web page like this one mroe faster and easier? I can write code in python and R, but I don't know much about html.? Or, can anyone provide some brief analysis of the web template I would like to refer to, thank you very much!
Shiny is a web application framework for R that allows you to create interactive web apps without requiring knowledge of HTML, CSS, or JavaScript.
+1 for shiny and a word of caution to @OP. No/little prior experience and 'quickly' do not work together to produce robust tools. This will take time to learn and robustify. Don't expect this to be working in two days. Keep that in mind.