Skip to content

Sample Spring boot application with a REST Controller and REACT frontend

Notifications You must be signed in to change notification settings

jacq42/todo-a-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO a REST

Sample Spring boot application with a REST Controller and REACT frontend

  • Lists TODOs and can delete one item by ID
  • TODOs can not be created with the UI (but with Postman)
  • under src/test/tools is a Postman collection with sample requests

Start

backend/gradlew bootRun processes the frontend to the public folder of the backend and starts the application

Build

backend/gradlew clean build builds the frontend and backend and packs them into a single jar

About

Sample Spring boot application with a REST Controller and REACT frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published