{"id":18561797,"url":"https://github.com/tofazzaltopu/school-registration-system","last_synced_at":"2026-04-12T15:32:40.443Z","repository":{"id":202717233,"uuid":"452698597","full_name":"TofazzalTopu/school-registration-system","owner":"TofazzalTopu","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-07T15:12:41.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T12:33:23.528Z","etag":null,"topics":["docker","java","junit5","maven","mockito","mysql","restful-api","spring","spring-boot","swagger","zalando"],"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/TofazzalTopu.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}},"created_at":"2022-01-27T13:43:38.000Z","updated_at":"2022-03-16T17:06:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2998be5-ea25-4f0e-9938-bf721edbc6e0","html_url":"https://github.com/TofazzalTopu/school-registration-system","commit_stats":null,"previous_names":["tofazzaltopu/school-registration-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TofazzalTopu%2Fschool-registration-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TofazzalTopu%2Fschool-registration-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TofazzalTopu%2Fschool-registration-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TofazzalTopu%2Fschool-registration-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TofazzalTopu","download_url":"https://codeload.github.com/TofazzalTopu/school-registration-system/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254377772,"owners_count":22061218,"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":["docker","java","junit5","maven","mockito","mysql","restful-api","spring","spring-boot","swagger","zalando"],"created_at":"2024-11-06T22:07:55.874Z","updated_at":"2025-10-04T04:49:09.166Z","avatar_url":"https://github.com/TofazzalTopu.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# School Registration System\n\nPlease follow below instruction to run this project:\n\n###Browse swagger:\nhttp://localhost:8085/swagger-ui.html\n\nTechnology stack:\n1. Java - 11\n2. Spring Boot\n3. Maven\n4. MySQL\n5. Docker\n6. JUnit\n7. Zalando (Problem Library)\n8. Swagger\n\nRun Commands:\n1. mvn clean\n2. mvn install\n3. mvn spring-boot:run\n\nGenerate and run jar file:\n1. mvn clean install.\n2. cd target\n3. java -jar school-registration-system.jar\n\n### Create docker image and run\n1. docker build -t school-registration-system .\n2. docker run -p 8080:8080 school-registration-system\n3. docker container run --name school-registration-system -p 8080:8080 -d school-registration-system\n4. docker run --name student_registration_container -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=student_registration -e MYSQL_USER=manik -e MYSQL_PASSWORD=password -d mysql:latest\n5. docker run -p 8080:8060 --name=school-registration-system_container --link student_registration_container:mysql -d school-registration-system\n6. docker start \u003ccontainer id\u003e\n7. docker logs \u003ccontainer id\u003e\n\n# Docker Compose Spring Boot and MySQL example\n\n## Run the System\nCommand to run docker-compose:\n```bash\ndocker-compose up\n```\n\nDocker will pull the MySQL and Spring Boot images (if our machine does not have it before).\n\nThe services can be run on the background with command:\n```bash\ndocker-compose up -d\n```\n\n## Stop the System\nStopping all the running containers is also simple with a single command:\n```bash\ndocker-compose down\n```\n\nIf you need to stop and remove all containers, networks, and all images used by any service in \u003cem\u003edocker-compose.yml\u003c/em\u003e file, use the command:\n```bash\ndocker-compose down --rmi all\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftofazzaltopu%2Fschool-registration-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftofazzaltopu%2Fschool-registration-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftofazzaltopu%2Fschool-registration-system/lists"}