https://github.com/yuriytkach/e-queue
Demo Project for Online Time Booking System
https://github.com/yuriytkach/e-queue
redis spring-boot spring-security
Last synced: 4 months ago
JSON representation
Demo Project for Online Time Booking System
- Host: GitHub
- URL: https://github.com/yuriytkach/e-queue
- Owner: yuriytkach
- Created: 2024-11-03T12:04:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T07:55:06.000Z (11 months ago)
- Last Synced: 2025-04-02T03:43:11.521Z (6 months ago)
- Topics: redis, spring-boot, spring-security
- Language: Java
- Homepage:
- Size: 62.5 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo Project for Online Time Booking System
Demo project for online YouTube stream about creating a time booking system that can work under high load,
and allows a randomized selection of the winner among numerous bookings.## Access to Online Stream on YouTube
Click below to view the recording of the YouTube stream:
[](https://www.youtube.com/watch?v=VJ20BYVl5_A)
# Useful Information
### Reference Documentation
For further reference, please consider the following sections:* [Official Gradle documentation](https://docs.gradle.org)
* [Spring Boot Gradle Plugin Reference Guide](https://docs.spring.io/spring-boot/3.3.5/gradle-plugin)
* [Create an OCI image](https://docs.spring.io/spring-boot/3.3.5/gradle-plugin/packaging-oci-image.html)
* [Spring Web](https://docs.spring.io/spring-boot/3.3.5/reference/web/servlet.html)
* [Spring Data Redis (Access+Driver)](https://docs.spring.io/spring-boot/3.3.5/reference/data/nosql.html#data.nosql.redis)
* [Spring Boot Actuator](https://docs.spring.io/spring-boot/3.3.5/reference/actuator/index.html)
* [OAuth2 Client](https://docs.spring.io/spring-boot/3.3.5/reference/web/spring-security.html#web.security.oauth2.client)
* [Thymeleaf](https://docs.spring.io/spring-boot/3.3.5/reference/web/servlet.html#web.servlet.spring-mvc.template-engines)### Guides
The following guides illustrate how to use some features concretely:* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
* [Building REST services with Spring](https://spring.io/guides/tutorials/rest/)
* [Messaging with Redis](https://spring.io/guides/gs/messaging-redis/)
* [Building a RESTful Web Service with Spring Boot Actuator](https://spring.io/guides/gs/actuator-service/)
* [Handling Form Submission](https://spring.io/guides/gs/handling-form-submission/)### Additional Links
These additional references should also help you:* [Gradle Build Scans – insights for your project's build](https://scans.gradle.com#gradle)