FischlV / TLPGD

TLPGD is a platform that focuses on studying plant PIP genes, especially legumes: www.tlpgdb.cn
0 stars 0 forks source link

about website building #1

Open JDVEI opened 1 week ago

JDVEI commented 1 week ago

I think this is what I'm looking for.could we discuss the technology stack utilized in building this platform? I'm currently learning but unsure which technologies to opt for.anyway thanks for your sharing.

FischlV commented 1 week ago

of course, bro. i'm sorry for my english skill. about this site, I used the following techniques regarding this website:

Front end: Vue3 framework, which is a simple and easy to learn progressive framework. I recommend using it or the React framework

Backend: I am using the django framework in Python. If you are not familiar with Python or have studied Nodejs and Java, I would recommend using these two because they have a more complete ecosystem

Front end and back end interaction: using the axios module

And for the design of website functionality and structure:

Homepage: Briefly introduce your project

Resources: Provide some of the resources involved in your project, such as biological data downloads, references, or analysis charts you have drawn. Specifically, if you know how to use d3. js, a powerful front-end data visualization framework, you can display more vivid charts on your page, which is also the direction I am working on.

Tools: You can run software such as Blast+, Primer3, etc. on the basis of front-end and back-end interaction by calling software packages.