https://github.com/mcaimi/quarkus-notes
A simple Quarkus Application developed for demo purposes
https://github.com/mcaimi/quarkus-notes
Last synced: about 1 year ago
JSON representation
A simple Quarkus Application developed for demo purposes
- Host: GitHub
- URL: https://github.com/mcaimi/quarkus-notes
- Owner: mcaimi
- License: gpl-3.0
- Created: 2023-03-15T07:44:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T09:08:50.000Z (about 3 years ago)
- Last Synced: 2025-01-16T21:16:03.247Z (over 1 year ago)
- Language: Java
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quarkus Notes: A Demo Application
This demo implements a small Quarkus App that connects to a PostgreSQL database that stores simple notes. An AngularJS frontend is provided as well as a REST API endpoint.

## Related Guides
- Quarkus Documentation ([link](https://quarkus.io)): Official Quarkus Website
- RESTEasy JAX-RS ([guide](https://quarkus.io/guides/rest-json)): REST endpoint framework implementing JAX-RS and more