https://github.com/arturbomtempo-dev/virtual-library-spring-boot-tutorial

A virtual library system built with Spring Boot, demonstrating CRUD operations, RESTful API design, and best practices for Java backend development.

https://github.com/arturbomtempo-dev/virtual-library-spring-boot-tutorial

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.4%) to scientific vocabulary

Keywords

api-rest docker java lombok mvc postgresql spring-boot spring-data-jpa spring-devtools spring-web
Last synced: 5 months ago · JSON representation

Repository

A virtual library system built with Spring Boot, demonstrating CRUD operations, RESTful API design, and best practices for Java backend development.

Basic Info
  • Host: GitHub
  • Owner: arturbomtempo-dev
  • Language: Java
  • Default Branch: main
  • Homepage:
  • Size: 20.5 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
api-rest docker java lombok mvc postgresql spring-boot spring-data-jpa spring-devtools spring-web
Created 10 months ago · Last pushed 10 months ago
Metadata Files
Readme

README.md

Virtual Library

This is a complete Java API project built with Spring Boot, PostgreSQL, and Docker, designed as an educational guide for those learning how to structure and develop RESTful APIs using best practices.

If you’re starting with Spring Boot and want to learn how to properly build a CRUD-based backend application following the MVC pattern, this project is for you. It includes structured layers, DTO usage, exception handling, and Dockerized database configuration. The full step-by-step explanation is available on Medium — click here to read the article.

Owner

  • Name: Artur Bomtempo Colen
  • Login: arturbomtempo-dev
  • Kind: user
  • Location: Belo Horizonte, MG
  • Company: @webtech-network

Full Stack Developer passionate about technology since 2006.

GitHub Events

Total
  • Watch event: 1
  • Public event: 1
Last Year
  • Watch event: 1
  • Public event: 1

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 6
  • Total Committers: 1
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 6
  • Committers: 1
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Artur Bomtempo Colen a****n@g****m 6

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

docker-compose.yml docker
  • postgres latest
pom.xml maven
  • jakarta.validation:jakarta.validation-api 3.1.1
  • org.postgresql:postgresql
  • org.projectlombok:lombok
  • org.springframework.boot:spring-boot-devtools
  • org.springframework.boot:spring-boot-starter-data-jpa
  • org.springframework.boot:spring-boot-starter-web
  • org.springframework.boot:spring-boot-starter-test test