{"id":26937118,"url":"https://github.com/avinash4231/dockernize-studentcrud-api-using-spring-boot","last_synced_at":"2026-05-06T00:33:43.255Z","repository":{"id":240641478,"uuid":"803186797","full_name":"Avinash4231/Dockernize-studentcrud-api-using-spring-boot","owner":"Avinash4231","description":"Create a Spring Boot Student CRUD API, integrate with an MYSQL database, and containerize it using Docker for consistent, scalable, and portable deployment across various environments.","archived":false,"fork":false,"pushed_at":"2024-05-21T10:33:50.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T13:14:21.231Z","etag":null,"topics":["crud-operation","docker","hibernate","jpa","rest-api","spring-boot","swagger-ui"],"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/Avinash4231.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-20T08:36:28.000Z","updated_at":"2024-05-21T10:33:54.000Z","dependencies_parsed_at":"2024-05-20T10:05:11.576Z","dependency_job_id":null,"html_url":"https://github.com/Avinash4231/Dockernize-studentcrud-api-using-spring-boot","commit_stats":null,"previous_names":["avinash4231/dockernize-studentcrud-api-using-spring-boot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Avinash4231/Dockernize-studentcrud-api-using-spring-boot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avinash4231%2FDockernize-studentcrud-api-using-spring-boot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avinash4231%2FDockernize-studentcrud-api-using-spring-boot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avinash4231%2FDockernize-studentcrud-api-using-spring-boot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avinash4231%2FDockernize-studentcrud-api-using-spring-boot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Avinash4231","download_url":"https://codeload.github.com/Avinash4231/Dockernize-studentcrud-api-using-spring-boot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avinash4231%2FDockernize-studentcrud-api-using-spring-boot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281793988,"owners_count":26562617,"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","status":"online","status_checked_at":"2025-10-30T02:00:06.501Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["crud-operation","docker","hibernate","jpa","rest-api","spring-boot","swagger-ui"],"created_at":"2025-04-02T13:14:23.733Z","updated_at":"2025-10-30T11:09:10.131Z","avatar_url":"https://github.com/Avinash4231.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Student CRUD RestAPi\n\n## Overview\nStudentCRUD API is a Spring Boot application that provides a RESTful API for managing student records. This project demonstrates basic CRUD (Create, Read, Update, Delete) operations and is Dockerized for easy deployment.\n\n## Demo Video\nhttps://github.com/Avinash4231/Dockernize-studentcrud-api-using-spring-boot/assets/119235391/ba3a9ce9-0a6d-45b5-8685-31cde5cd8740\n\n\n#### Prerequisite\n\nInstalled: Docker, Java 1.8, Maven 3.x\n\n\n## Introduction\n\n Crud Operation Spring Boot with Docker\n\n#### Steps\n\n##### Clone source code from git\n```\n$  git clone https://github.com/Avinash4231/Dockernize-studentcrud-api-using-spring-boot.git .\n```\n##### Build project with Maven\n```\n$ mvn clean install\n#should be maven test closed (skip test)\n#IntelijIDEA steps -\u003e File -\u003e Settings -\u003e Build,Execituion.. -\u003e Build Tools -\u003e Maven -\u003e Runner -\u003e Properties -\u003e Skip Test (Should be Checked)\n```\n##### Up docker-compose\n```\n$ docker-compose up -d\n#If your spring boot exit(stopped)\n#IntelijIDEA steps -\u003e File -\u003e Settings -\u003e Build,Execituion.. -\u003e Docker -\u003e Unix Socket (Should be Checked)\n```\n\n##### Test application\nfor test the running docker image\n```\n$ docker image ls\n```\nfor test the running docker container\n```\n$ docker container ps\n```\nfor test the running docker-compose\n```\n$ docker-compose ps\n```\n\n\n\n​    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinash4231%2Fdockernize-studentcrud-api-using-spring-boot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favinash4231%2Fdockernize-studentcrud-api-using-spring-boot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinash4231%2Fdockernize-studentcrud-api-using-spring-boot/lists"}