Skip to content

gcvfi/unit-conversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit Conversion Answers Validation

Summary

A project with Spring Boot, JPA, Thymeleaf

  • To execute please run it as a Spring Boot App.
  • Or else run it as Maven project using mvnw
  • User interface is at http://localhost:8080/
  • By default it can run as H2 based application.
  • To connect to other database please provide change in application.properties
  • The default H2 database is jdbc:h2:mem:testdb
  • H2 console access is at http://localhost:8080/h2-console/

To do

  1. Provide a way to download information entered as Excel, CSV, JSON etc.
  2. Provide a way to upload data in bulk from a file Excel, CSV.
  3. Make a conversion module independent as a stand alone REST API service.
  4. Make user interface as a SPA (Single Page HTML Application) and interact with server with REST API.
  5. User Java javax.measure.* instead of custom converter.
  6. Provide screens for entering Student information.
  7. Make an ability to create separate accounts for different teachers.
  8. Provide Single Sign-On

Credit

About

unit-conversion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors