Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 696 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 696 Bytes

RestfulAPI projects

testCode

It is a temporary project just for code test purpose

hairpin

A full stack tool to draw a hairpin structure for MicroRNA sequence.

  • back back-end app is coded by Java 17 with Spring Boot 3.0. The Tomcat server is embedded, just launch the jar file and backend server will active
  • database: MySQL database is connected, and spring boot JPA is used to connect the database; alternatively spring hibernate database is also supported
  • front end app is coded by JavaScript with React, you can launch it under the Node.js environment.

todo

A full-stack learning package, it also requires Java 17, Spring Boot 3.0, and Javascript with React and Bootstrap.