{"id":15211201,"url":"https://github.com/xreedev/student-mark-api-springboot","last_synced_at":"2026-02-07T05:01:56.727Z","repository":{"id":257005961,"uuid":"820746626","full_name":"xreedev/Student-Mark-API-Springboot","owner":"xreedev","description":"A simple Spring Boot application for managing and tracking student marks, featuring CRUD operations and using an embedded H2 database for testing and development.","archived":false,"fork":false,"pushed_at":"2024-09-13T18:29:02.000Z","size":71,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-25T06:32:44.847Z","etag":null,"topics":["beginner","beginner-project","crud","h2","h2-database","java","jpa","jpa-entities","jpa-hibernate","maven","spring","spring-data-jpa","spring-mvc","springboot","springframework"],"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/xreedev.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-06-27T05:24:18.000Z","updated_at":"2025-02-02T08:50:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"53350c4e-4393-4bb2-9f35-9cafd55b89f7","html_url":"https://github.com/xreedev/Student-Mark-API-Springboot","commit_stats":{"total_commits":30,"total_committers":1,"mean_commits":30.0,"dds":0.0,"last_synced_commit":"df2cb8b71108f6aea938ff11f325a67362039e81"},"previous_names":["xreedev/markproject-springboot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xreedev/Student-Mark-API-Springboot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xreedev%2FStudent-Mark-API-Springboot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xreedev%2FStudent-Mark-API-Springboot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xreedev%2FStudent-Mark-API-Springboot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xreedev%2FStudent-Mark-API-Springboot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xreedev","download_url":"https://codeload.github.com/xreedev/Student-Mark-API-Springboot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xreedev%2FStudent-Mark-API-Springboot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29186742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T03:35:06.566Z","status":"ssl_error","status_checked_at":"2026-02-07T03:34:57.604Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["beginner","beginner-project","crud","h2","h2-database","java","jpa","jpa-entities","jpa-hibernate","maven","spring","spring-data-jpa","spring-mvc","springboot","springframework"],"created_at":"2024-09-28T08:21:05.557Z","updated_at":"2026-02-07T05:01:56.709Z","avatar_url":"https://github.com/xreedev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MarkProject - Spring Boot\n\nThis project is a Spring Boot application designed for managing and tracking student marks. The application includes CRUD operations for handling student data and marks, utilizing Spring Boot's robust framework.\n\n## Features\n- **Languages:** Java (Spring Boot)\n- **Database:** H2 (Embedded database)\n- **Build Tool:** Maven\n- **Architecture:** REST API-based structure for interacting with marks and student records\n- **Dependency Injection:** Spring Framework\n\n## Tech Stack\n- **Spring Boot:** Simplifies application development with Java, providing built-in tools for dependency injection, embedded servers, and REST APIs.\n- **H2 Database:** Lightweight in-memory database used for rapid development and testing.\n- **Maven:** Handles project dependencies and builds.\n- **Spring Data JPA:** Provides easy integration with databases using Java Persistence API (JPA) for object-relational mapping.\n\n## Project Structure\n```bash\nC:.\n├───.idea\n├───markproject\n│   ├───src\n│   │   └───main\n│   │       └───java\n│   │           └───com\n│   │               └───simplogics\n│   │                   └───markproject\n│   │                       ├───controller\n│   │                       ├───model\n│   │                       ├───repository\n│   │                       └───service\n└───target\n```\n- **Controller:** Handles API requests.\n- **Model:** Defines the entities for marks and students.\n- **Repository:** Manages database interactions.\n- **Service:** Implements business logic for mark operations.\n\n## APIs\n\n### Endpoints\n- `POST /marks`: Add a new mark.\n- `GET /marks`: Retrieve all marks.\n- `GET /marks/{id}`: Retrieve a specific mark by ID.\n- `PUT /marks/{id}`: Update a specific mark.\n- `DELETE /marks/{id}`: Delete a specific mark by ID.\n\n## How to Use\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/xreedev/markproject-Springboot\n   cd markproject-Springboot\n   ```\n2. Run the project using Maven:\n   ```bash\n   mvn spring-boot:run\n   ```\n3. Access the APIs via Postman or any API client:\n   - Base URL: `http://localhost:8080`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxreedev%2Fstudent-mark-api-springboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxreedev%2Fstudent-mark-api-springboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxreedev%2Fstudent-mark-api-springboot/lists"}