Giter VIP home page Giter VIP logo

post-api's Introduction

Posts API

Objective

Challenge proposed by the Compass UOL internship program, whose objective was to create an application that asynchronously fetches posts from an external API, enriches them with comment data, and logs processing updates. In this application, clients will be able to retrieve the posts and access the processing history through the real-time API. For the development of the API, the Java programming language was used in conjunction with the Spring Boot framework and the H2 database. In addition, other relevant dependencies were incorporated for specific purposes.

Implemented resources

v1 (20230831)

  • CRUD (Create, Read, Update, Delete)
  • Messaging (RabbitMQ) (replaced by embedded ActiveMQ in v2 Update)
  • OpenAPI (using Swagger)
  • ProblemDetails (RFC 7807)
  • Caching
  • Pagination
  • Logging (SLF4J)

v2 (20230901)

  • Replacement: RabbitMQ -> embedded ActiveMQ

v3 (20230902)

  • Fixed bugs in data persistence
  • Optimizing performance

API documentation

To access the API documentation, you need to start the application and then access the specified address: http://localhost:8080/. This route will provide an interactive interface that outlines all pertinent information about the API, encompassing available endpoints, accepted parameters, and response formats.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.