Skip to content

tkmrqq/AnimeFinderBE

Repository files navigation

Search anime

Basic REST API service

  1. Simple web/REST service Spring to search anime description by his title.
  2. You can send GET request: http://localhost:8080/anime?title=naruto and POST request: { "animeName": "cowboy bebop" }

Quality gate

Note

Project in progress!

Conditions:

Basic REST service:

  • Create and locally run a simple web/REST service using any open example with the Java stack: Spring (Spring Boot)/maven/gradle/Jersey/ Spring MVC.
  • Add a GET endpoint that accepts input parameters as queryParams in the URL according to the variant, and returns any hard-coded result in JSON format according to the variant.
  • Another endpoints for work with API.
  • Unit tests
  • Docker

Frontend application

Dependendencies

  • Spring Boot
  • Spring Web
  • RestTemplate
  • JSON.org
  • PostgreSQL

Installation:

  • Clone the repository: git clone https://github.com/tkmrqq/JavaLabs.git
  • Open the project in your preferred Java IDE.
  • Build the project using Maven or Gradle.
  • Set up the database connection in the application.properties file (Use PostgreSQL).
  • Run the application.

API

API SRC

Docker

docker-compose build docker-compose up

Spring HELP:

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

About

Rest API. Find anime info by description

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors