https://github.com/jonghough/calendar-jx
Spring-Boot application for a local calendar and event schedule builder
https://github.com/jonghough/calendar-jx
calendar java schedule spring-boot sqlite
Last synced: 2 months ago
JSON representation
Spring-Boot application for a local calendar and event schedule builder
- Host: GitHub
- URL: https://github.com/jonghough/calendar-jx
- Owner: jonghough
- License: mit
- Created: 2018-05-10T13:03:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T13:35:10.000Z (about 8 years ago)
- Last Synced: 2025-01-10T02:26:00.168Z (over 1 year ago)
- Topics: calendar, java, schedule, spring-boot, sqlite
- Language: Java
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/jonghough/Calendar-jx)
# Calendar-JX
Single-user local Calendar Schedule App
## Java Calendar Demo
This is a simple demo of a calendar and schedule app, written in Java,
and Spring-Boot, and the front-end using bootstrap and jquery.
## Functionality
The app uses a local SQLite database to store the data, and allows the user
to input schedule appointments for a given date and time, and a note or
reminder for the user to read.
## Usage
`mvn exec:java`
The app listens on port *9999* by default, which is set in the properties file. The SQLite database is by default in the */tmp* directory, for demo usage. For real usage, this should be changed.