https://github.com/thejaumzinho/park-api
Web API using Java programming language and Spring Boot framework
https://github.com/thejaumzinho/park-api
java jpa-persistence-applications postgresql spring-boot
Last synced: 4 months ago
JSON representation
Web API using Java programming language and Spring Boot framework
- Host: GitHub
- URL: https://github.com/thejaumzinho/park-api
- Owner: thejaumzinho
- Created: 2023-05-23T14:13:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T18:05:07.000Z (about 2 years ago)
- Last Synced: 2025-02-07T15:39:48.449Z (5 months ago)
- Topics: java, jpa-persistence-applications, postgresql, spring-boot
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Park API
============This is a project that acts as a parking API to help control parking locations.
---
## Stack
- Java Programing Language
- Spring Boot - WEB
- Spring Data JPA
- PostgreSQL#### There are 2 endpoints:
- **/parking-spot** returns all spot in JSON format - **GET Method**
- **/parking-spot** creates new parking spot using an input in JSON format - **Post Method**
- **/parking-spot/{id}** Returns a parking spot based on ID, deletes or updates **GET, DELETE, PUT Method**---
## About
the project is only used as a model to study spring boot and understand its structure in the development of scalable and performative web applications---