Skip to content

shubyaa/Spring_REST

Repository files navigation

Spring Boot ToDo Application

Welcome to Spring Boot ToDo Application, an innovative Spring project designed to elevate your Todo application experience through a robust RESTful web service. This dynamic platform empowers users with essential functionalities, seamlessly integrating with your Todo application for enhanced task management.

This project boasts a comprehensive set of features, ensuring a seamless interaction with your Todo app. Users can effortlessly add new records, retrieve all existing records, delete specific records by ID, and locate particular entries based on their unique identifiers. This level of versatility provides a user-friendly and efficient way to manage your to-do lists.

Taking it a step further, we've introduced a specialized endpoint that allows users to retrieve the latest entries in the Todo application. This feature enables users to stay up-to-date with their tasks and ensures a real-time overview of the most recent additions to their to-do lists.

With a focus on simplicity, performance, and functionality, it stands as the ideal solution for integrating a powerful RESTful web service into your Todo application. Experience the ease of task management like never before, courtesy of our cutting-edge Spring project.

Badges

Add badges from somewhere like: shields.io

Java

Spring Boot

API Reference

Get all Records

  GET /getAll

Get Record by Id

  GET /getRecordById/{id}
Path Variable Type Description
id integer Required. Id of item to fetch

Add a Record

  POST /add
Body Type Description
Object integer Required. JSON Object in body

Delete a Record

  PUT /delete/{id}
Path Variable Type Description
id integer Required. Id of item to delete

Get most Recent Entries

  PUT /getMostRecentEntries/
Request Param Type Description
limit integer Required. give the max limit of entries to fetch

Documentation

You can get the postman collection here.

🚀 About Me

I'm a freelancer and also a developer who can develop :

  • Mobile Applications
  • React Applications
  • Android Applications
  • iOS Applications
  • Flutter Applications
  • Backend Tech
  • Django Framework
  • Flask API
  • Express APIs

Design Databases like

  • MySQL
  • MongoDB
  • Sqlite3
  • PostgreSQL
  • Firebase
  • DynamoDB

Support

For any help, email [email protected] or message me on linkedin.

About

Spring Boot Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages