https://github.com/ml-opensource/isolated-testing
https://github.com/ml-opensource/isolated-testing
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ml-opensource/isolated-testing
- Owner: ml-opensource
- Created: 2023-07-20T09:12:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T12:20:16.000Z (almost 3 years ago)
- Last Synced: 2025-02-25T21:42:55.972Z (over 1 year ago)
- Language: Kotlin
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Read Me First
- Execute the test (Docker is needed)
```
./gradlew clean build
```
or
- Create Docker DB PostgreSQL
```
docker run -d --name template_postgres -e POSTGRES_USER=templateUser -e POSTGRES_PASSWORD=templatePassword -e POSTGRES_DB=template -p 5435:5432 --restart=always postgres
```
- Start the application with
```
./gradlew bootRun
```