{"id":21189308,"url":"https://github.com/aytekinkaplan/springbootnewproject","last_synced_at":"2026-04-09T08:06:53.900Z","repository":{"id":238749335,"uuid":"797369275","full_name":"aytekinkaplan/springbootnewproject","owner":"aytekinkaplan","description":"My first Spring Boot Project","archived":false,"fork":false,"pushed_at":"2024-05-12T14:31:01.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T13:25:22.677Z","etag":null,"topics":["api","database","java","jpa","jpa-hibernate","postgresql","spring","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aytekinkaplan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-07T17:39:04.000Z","updated_at":"2024-05-12T14:33:02.000Z","dependencies_parsed_at":"2024-11-20T19:03:05.217Z","dependency_job_id":null,"html_url":"https://github.com/aytekinkaplan/springbootnewproject","commit_stats":null,"previous_names":["aytekinkaplan/springbootnewproject"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aytekinkaplan%2Fspringbootnewproject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aytekinkaplan%2Fspringbootnewproject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aytekinkaplan%2Fspringbootnewproject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aytekinkaplan%2Fspringbootnewproject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aytekinkaplan","download_url":"https://codeload.github.com/aytekinkaplan/springbootnewproject/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243646523,"owners_count":20324582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","database","java","jpa","jpa-hibernate","postgresql","spring","spring-boot"],"created_at":"2024-11-20T18:51:42.126Z","updated_at":"2025-12-30T11:27:50.855Z","avatar_url":"https://github.com/aytekinkaplan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Spring Boot Student Application**\n\nThis project demonstrates a basic Spring Boot application for managing student data. It utilizes JPA for data persistence and exposes a simple REST API endpoint.\n\n**Features:**\n\n* Manages student entities with name, email, and birth date.\n* Calculates student age based on birth date (not persisted).\n* CRUD operations (Create, Read, Update, Delete) for students.\n\n**Prerequisites:**\n\n* Java 17+\n* PostgreSQL database\n\n**Setup:**\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/aytekinkaplan/springbootnewproject.git\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   mvn install\n   ```\n\n3. Configure a PostgreSQL database connection (refer to Spring Boot documentation for details on datasource configuration).\n\n**Running the application:**\n\n1. Start the application:\n\n   ```bash\n   mvn spring-boot:run\n   ```\n\n2. The application will run on port 8080 by default.\n\n**REST API Endpoint:**\n\n*Currently, there's no implemented API endpoint for student management. You can build upon this project to implement functionalities like:*\n\n* GET `/students`: Retrieve a list of all students.\n* GET `/students/{id}`: Retrieve a student by ID.\n* POST `/students`: Create a new student.\n* PUT `/students/{id}`: Update an existing student.\n* DELETE `/students/{id}`: Delete a student.\n\n**Technologies Used:**\n\n* Spring Boot\n* Spring Data JPA\n* PostgreSQL (optional, for persistence)\n\n**Contributing:**\n\nFeel free to fork this repository and contribute by adding functionalities or improving existing code. Please create pull requests for your changes.\n\n\n**License:**\n\nThis project is licensed under the Apache License 2.0 (see LICENSE file for details).\n\n**Further Exploration:**\n\n* Spring Boot documentation: [https://start.spring.io/](https://start.spring.io/)\n* Spring Data JPA documentation: [https://spring.io/projects/spring-data-jpa](https://spring.io/projects/spring-data-jpa)\n* PostgreSQL documentation: [https://www.postgresql.org/docs/current/index.html](https://www.postgresql.org/docs/current/index.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faytekinkaplan%2Fspringbootnewproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faytekinkaplan%2Fspringbootnewproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faytekinkaplan%2Fspringbootnewproject/lists"}