Skip to content

et860525/spring-restful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot - RESTful API

Branch

This project have two branch:

  1. main -> For local test user
  2. sql-test -> For the user to have a MySQL database

Endpoint

endpoint action
[GET] /api/todos Get all todos
[POST] /api/todos Create a todos
[PUT] /api/todos/{id} Modify a todos
[DELETE] /api/todos/{id} Delete a todos

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages