Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 332 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 332 Bytes

Days Until Server

This application is a Rest API server written in Java, using Spring Boot.

The API converts abitrary date times to and from JSON objects for transmission to the frontend, or for storage in the SQLite database.

The frontend for this application is in this repository.