https://github.com/chrxsdev/applaudo-project
Checkout and Orders with Keycloack as Auth Server.
https://github.com/chrxsdev/applaudo-project
api java keycloak rest-api security spring spring-framework
Last synced: about 1 month ago
JSON representation
Checkout and Orders with Keycloack as Auth Server.
- Host: GitHub
- URL: https://github.com/chrxsdev/applaudo-project
- Owner: chrxsdev
- Created: 2022-12-27T15:04:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T20:19:58.000Z (over 3 years ago)
- Last Synced: 2025-01-20T23:19:08.628Z (over 1 year ago)
- Topics: api, java, keycloak, rest-api, security, spring, spring-framework
- Language: Java
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Delivery Checkout RestAPI | Applaudo Studios 
✨ Create Checkout and Orders with Keycloack as Auth Server.
## Documentation
- [You can review the documentation - Postman Collection](https://documenter.getpostman.com/view/21748987/2s8Z73zBeZ).
- [OpenAPI Spec](http://localhost:9090/api/v1/swagger-ui/).
## ⚙️ Database Configuration
You can configure to use SQLite In-Memory. Change MySQL Driver to H2 Database:
`jdbc:h2://mem:db;`
If you want MySQL Database, you can create database in your local machine called `db_applaudo` and configure credentials
in application.yml OR change to `git checkout dev-docker` branch.
## 🦀 Technologies



## 🧾 License
The MIT License (MIT)