An open API service indexing awesome lists of open source software.

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

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

---