Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisjosuedev/applaudo-project
Checkout and Orders with Keycloack as Auth Server.
https://github.com/chrisjosuedev/applaudo-project
api java keycloak rest-api security spring spring-framework
Last synced: 15 days ago
JSON representation
Checkout and Orders with Keycloack as Auth Server.
- Host: GitHub
- URL: https://github.com/chrisjosuedev/applaudo-project
- Owner: chrisjosuedev
- Created: 2022-12-27T15:04:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T20:19:58.000Z (almost 2 years ago)
- Last Synced: 2023-11-28T23:23:47.528Z (12 months 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 ![Status badge](https://img.shields.io/badge/status-completed-green)
โจ 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
![SpringBoot badge](https://img.shields.io/badge/springboot-java-brightgreen)
![Keycloack badge](https://img.shields.io/badge/keycloak-jboss-yellow)
![MySQL badge](https://img.shields.io/badge/mysql-db-red)## ๐งพ License
The MIT License (MIT)