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

https://github.com/fujiwarachoki/cowork-space-spring

A Coworking-Space Tracking Application written in Spring Boot. I HATE JAVA!!
https://github.com/fujiwarachoki/cowork-space-spring

java rest-api spring-boot

Last synced: 2 months ago
JSON representation

A Coworking-Space Tracking Application written in Spring Boot. I HATE JAVA!!

Awesome Lists containing this project

README

          

# Coworking-Space Project

This project was written in Spring Boot, in the Java programming language.
It consists of an application, documentation, and OpenAPI specification for the REST-API itself.

- [OpenAPI Sepc](openapi.yaml)

For this project, I am following an MVC like Modularity:

- Controller
- Service
- Repository

The Repository contains the code that handles the database and the JPA (Java Persistence API) framework.

# Run

To run the app, simply open it in the IntelliJ IDE, open the UserApplication.java file, and click the run button, or alternatively, press [Shift] + [F10].