Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivam-880/spring-boot-jscalendar
Full page calendar built using JavaScript and SpringBoot.
https://github.com/shivam-880/spring-boot-jscalendar
Last synced: 7 days ago
JSON representation
Full page calendar built using JavaScript and SpringBoot.
- Host: GitHub
- URL: https://github.com/shivam-880/spring-boot-jscalendar
- Owner: shivam-880
- License: mit
- Created: 2016-12-12T07:37:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-12T07:58:39.000Z (almost 8 years ago)
- Last Synced: 2024-10-09T10:04:12.014Z (28 days ago)
- Language: Java
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-boot-jscalendar
A Simple 12 month calendar on a Single page built using HTML5/CSS3/JavaScript.
It uses Spring MVC and Hibernate based backend for the purpose of storing public holidays. Hovering on a particular holiday date displays the occasion (e.g., Christmas, New Year, etc).
The application should take care of Leap years while rendering calendar.
# Launch
- To build the application and host it on **localhost:8080**
`mvn clean compile spring-boot:run`
- **H2 web console** is accessible on: `localhost:8080/console`- You can also access the restful webservices on **POSTMAN**:
```
http://localhost:8080/years
http://localhost:8080/years/2016
http://localhost:8080/years/2016/holidays
```# Snapshots
![spring-boot-jscalendar](https://github.com/codingkapoor/spring-boot-jscalendar/blob/master/img/jscalendar1.JPG)
![spring-boot-jscalendar](https://github.com/codingkapoor/spring-boot-jscalendar/blob/master/img/jscalendar2.JPG)