https://github.com/joseulisses065/anime-catalog-api
anime api with java and framework spring boot,An project that lists different animes with data such as category description title and where to watch
https://github.com/joseulisses065/anime-catalog-api
java java17 postgresql spring-boot spring-mvc
Last synced: 3 months ago
JSON representation
anime api with java and framework spring boot,An project that lists different animes with data such as category description title and where to watch
- Host: GitHub
- URL: https://github.com/joseulisses065/anime-catalog-api
- Owner: Joseulisses065
- Created: 2024-05-12T19:05:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T11:04:13.000Z (over 1 year ago)
- Last Synced: 2025-06-11T20:07:31.224Z (about 1 year ago)
- Topics: java, java17, postgresql, spring-boot, spring-mvc
- Language: Java
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AnimeAPI

[](https://github.com/Joseulisses065/AnimeApi/releases )
# Resume
An anime API project that lists different animes with data such as category description title and where to watch
## 🔨 Project features
The Api makes it possible to query by id as well as retrieve the complete list of animes, making it possible to insert and update as well as delete animes.

## ✔️ Techniques and technologies used
The techniques and technologies used for this are:
- `Java 17`: Latest long-term support (LTS) version of the Java platform
- `Spring Boot 3`: A framework that facilitates the creation of Spring-based Java applications, offering automatic configuration and sober configuration opinions.
- `PostgreSQL`: An object-relational database management system, developed as an open source project.
- `Docker`: A set of platform-as-a-service products that use operating system-level virtualization to deliver software in packages called containers.
## 🎯 Challenge
Product details screen

## 📁 Access to the project
You can [access the source code of the initial project](https://github.com/Joseulisses065/AnimeApi)
## 🛠️ Open and run the project
### Clone this repository
```
git clone
```