Skip to content

luizgmelo/anime-springboot-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnimeG API

What is this project?

An Application Programming Interface for we can do the basic CRUD operations create, read, update, and delete. I use this project Anime Models to store on the database but you can use your model like Product or something else.

Dependencies

  • IDE
  • Pgadmin4
  • Postman

Instalation

  1. Clone this repository:
git clone https://github.com/usuario/anime-api.git
  1. Open your IDE favorite and import the project folder.
  2. Install maven dependencies.
./mvnw install

Configuration

  1. Configure your connection with Postgresql in src/main/java/resources/application.properties

Endpoints

GET /anime

Return all animes on database Screenshot from 2024-06-13 18-41-27

POST /anime

Add one anime in database Screenshot from 2024-06-13 18-41-05

PUT /anime/{id}

Udpate one anime in database Screenshot from 2024-06-13 18-42-31

DELETE /anime/{id}

Delete one anime in database Screenshot from 2024-06-13 18-42-51

Tecnologias Utilizadas

  • Java
  • Spring Boot
  • Spring Data JPA
  • PosgresSQL
  • Maven

Contact with me

Email: luizgmelo64@gmail.com
LinkedIn: https://www.linkedin.com/in/luiz-guilherme-78905323a/ | Luiz Guilherme

About

A Anime API made in Spring with PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages