Skip to content

NickDeWyngaert/simple-crud-api

Repository files navigation

Simple CRUD API

About

A simple CRUD API made with Spring Boot

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Java (JDK 11)
  • Maven

Installation

  1. Clone the repository
    git clone https://github.com/NickDeWyngaert/simple-crud-api.git
  2. Open your IDE
  3. Install dependencies (pom.xml)
  4. Run (Default endpoint is localhost:8080)

Usage

  • This application has no HTML or visual management screen.
  • The UI for this API is located at simple-crud-ui

Resources

Movies Method URL
Get all movies GET /movies
Create movie POST /movies
Get movie with ID GET /movies/:id
Update movie with ID PUT /movies/:id
Delete movie with ID DELETE /movies/:id

Postman

OpenAPI

About

Simple CRUD API made with Spring Boot

Topics

Resources

Stars

Watchers

Forks

Languages