Back-end to budget react app
Find a file
2025-07-13 09:59:20 -06:00
.settings Initial commit. 2025-07-13 09:59:20 -06:00
src/main Initial commit. 2025-07-13 09:59:20 -06:00
.classpath Initial commit. 2025-07-13 09:59:20 -06:00
.factorypath Initial commit. 2025-07-13 09:59:20 -06:00
.gitignore Initial commit. 2025-07-13 09:59:20 -06:00
.project Initial commit. 2025-07-13 09:59:20 -06:00
build Initial commit. 2025-07-13 09:59:20 -06:00
deploy Initial commit. 2025-07-13 09:59:20 -06:00
eclipse Initial commit. 2025-07-13 09:59:20 -06:00
LICENSE Initial commit 2025-07-13 09:52:03 -06:00
pom.xml Initial commit. 2025-07-13 09:59:20 -06:00
README.md Initial commit. 2025-07-13 09:59:20 -06:00
run Initial commit. 2025-07-13 09:59:20 -06:00
spring-boot-jwt.iml Initial commit. 2025-07-13 09:59:20 -06:00
stop Initial commit. 2025-07-13 09:59:20 -06:00

Budget REST API

Provides a REST API to support my React Budget Application.

Built from this example as a starting point: Spring Boot Security JWT Authentication