https://github.com/vinicamposdev/micro-catalog-video
Microservice for CodeFlix project
https://github.com/vinicamposdev/micro-catalog-video
Last synced: 4 months ago
JSON representation
Microservice for CodeFlix project
- Host: GitHub
- URL: https://github.com/vinicamposdev/micro-catalog-video
- Owner: vinicamposdev
- Created: 2022-02-27T20:57:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T18:13:02.000Z (about 3 years ago)
- Last Synced: 2025-01-21T11:21:48.394Z (5 months ago)
- Language: Java
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video Catalog for Code Flix project
This repository is part of a course by CodeEducation.
# Tests
Execute this to show all tests
```sh
./gradlew test
````Execute only one test:
```sh
./gradlew test --tests
# Example:
./gradlew test --tests com.codeflix.VideoCatalog.domain;
````