Skip to content

ignaciocamargo99/ChallengeAccentureRepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Challenge Accenture

Java

Challenge Accenture is a project whose objective is to consume an external service use its information through an API. The external service with the data and routes is located at: https://jsonplaceholder.typicode.com

Features 📋

  • Access to users.
  • Access to user photos.
  • Access to comments, filter by name or user who publish the comment.

Instalation and run ⚙️

To run the project you must have to download and install Tomcat (this is the server) and add it to the project after being cloned.

To run choose "Run as Spring Boot app".

Languages and frameworks 🛠️

IDE 🛠️

DEPLOYMENT

How to use? 🔧

To use the API you have 5 endpoints in port 8080:

  • GET /users
  • GET /comments
  • GET /userPhotos?userId=1
  • GET /commentsByName?name=quo%20vero%20reiciendis%20velit%20similique%20earum
  • GET /commentsByUser?userId=1

You can send other values in the parameters as long as you respect the type of data that is required.

An extra endpoint maps errors when exception is 404:

  • /error

Handled request exceptions are Not Found(404) and Bad Request(400).

Authors ✒️

API Developer: Ignacio Ramiro Camargo Sotomayor.

Project proposed by: Accenture/Wolox Team.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages