https://github.com/sofyanox12/simple-project-location
An API built in Java SpringBoot to handle some simple CRUD operations.
https://github.com/sofyanox12/simple-project-location
backend java springboot
Last synced: about 1 month ago
JSON representation
An API built in Java SpringBoot to handle some simple CRUD operations.
- Host: GitHub
- URL: https://github.com/sofyanox12/simple-project-location
- Owner: sofyanox12
- Created: 2024-08-17T14:04:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T12:39:36.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T15:52:22.666Z (about 1 year ago)
- Topics: backend, java, springboot
- Language: Java
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Simple Project & Location API
A small and simple RESTful API to handle CRUD operations using Java SpringBoot.
The app consists of two topics, `Projects` and `Locations`, related by many-to-many relationships.
This is a beginner sample.
Have a great day!