Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/algab/api-cinemagazine
API CineMagazine
https://github.com/algab/api-cinemagazine
kotlin spring-boot
Last synced: 5 days ago
JSON representation
API CineMagazine
- Host: GitHub
- URL: https://github.com/algab/api-cinemagazine
- Owner: algab
- Created: 2024-01-30T21:52:43.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-25T17:10:59.000Z (8 months ago)
- Last Synced: 2024-04-15T01:53:15.594Z (7 months 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
[![API CineMagazine](https://github.com/algab/api-cinemagazine/actions/workflows/master.yml/badge.svg)](https://github.com/algab/api-cinemagazine/actions)
[![codecov](https://codecov.io/gh/algab/api-cinemagazine/graph/badge.svg?token=7PLQZWYKIZ)](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
```