Spring Boot Document a Spring Boot REST API with Swagger and Open API In this post, we will see how to write API documentation using Open API and Swagger for REST API built with Spring Boot and MySQL.
Spring Boot Build a REST API With Spring Boot and MySQL In this post, we will see how to build a REST API using Java and Spring Boot connected to a MySQL database.
Spring Boot Make HTTP requests in a Java application using Spring RestTemplate In this post, we will see how to consume an external service from a Spring Boot application using the methods of the RestTemplate class.
Node.js Document a Node.js REST API with Swagger and Open API Most of the time, REST API is exposed to the world for developers to consume them. Document it is paramount for good integration. In this tutorial, we will see how to document a REST API built with Node.js and Express.
Spring Boot Create a Spring Boot starter project for a REST API Spring Boot is today the best tool to start a new project with the Spring Framework. It helps us start a project quickly with many features out of the box. There is a great community behind and still improving with the year.
Express Create a REST API with Node.js, Express, MongoDB and Typescript In this post, we will build a REST API for a user management application in Node.js and Typescript. Connect to a MongoDB database and store the data.