Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.08 KB

File metadata and controls

38 lines (25 loc) · 1.08 KB

REST API

REST API

Description

This REST API is an application designed to provide an Application Programming Interface (API) that follows the principles of REST. This API allows users to perform basic CRUD (Create, Read, Update, Delete) operations on certain data.

Features

  • Data Management: Create, read, update, and delete data.
  • User Authentication: Simple authentication system for API security.
  • Response Format: Uses JSON format for all responses.
  • Easy to Use: Comprehensive documentation and usage examples.

Technologies Used

Prerequisites

Before running the application, make sure you have:

  • Java JDK 17 or newer
  • MySQL Server
  • Maven

Installation

  1. Clone the Repository
git clone https://github.com/yourbee03/REST_API.git
cd REST_API