https://github.com/algab/api-cinemagazine
API CineMagazine
https://github.com/algab/api-cinemagazine
kotlin spring-boot
Last synced: about 1 month ago
JSON representation
API CineMagazine
- Host: GitHub
- URL: https://github.com/algab/api-cinemagazine
- Owner: algab
- Created: 2024-01-30T21:52:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T17:10:59.000Z (about 2 years ago)
- Last Synced: 2025-01-12T01:51:52.776Z (over 1 year ago)
- Topics: kotlin, spring-boot
- Language: Kotlin
- Homepage:
- Size: 290 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# API CineMagazine
[](https://github.com/algab/api-cinemagazine/actions)
[](https://codecov.io/gh/algab/api-cinemagazine)
API of application CineMagazine. CineMagazine is an application where users can search for movies, tv shows and mark them as to watch or already watched.
## Commands
**Execute application**
```
./gradlew bootRun
```
**Running unit tests with coverage**
```
./gradlew koverHtmlReport
```
**Compile code**
```
./gradlew bootJar
```