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!!
- Host: GitHub
- URL: https://github.com/fujiwarachoki/cowork-space-spring
- Owner: FujiwaraChoki
- Created: 2024-07-10T08:08:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T13:14:46.000Z (almost 2 years ago)
- Last Synced: 2024-07-13T13:37:22.818Z (almost 2 years ago)
- Topics: java, rest-api, spring-boot
- Language: Java
- Homepage:
- Size: 466 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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].