Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)