An open API service indexing awesome lists of open source software.

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

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;
````