{"id":22415462,"url":"https://github.com/adrianromanski/rest-school","last_synced_at":"2026-02-07T02:01:42.312Z","repository":{"id":105537863,"uuid":"249787528","full_name":"AdrianRomanski/rest-school","owner":"AdrianRomanski","description":"Java 8","archived":false,"fork":false,"pushed_at":"2024-08-26T16:12:14.000Z","size":615,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-23T01:41:14.071Z","etag":null,"topics":["java","java-8","rest","restful-api","spring","spring-boot","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/AdrianRomanski.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":"2020-03-24T18:32:17.000Z","updated_at":"2023-09-09T16:48:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"5d72ab32-7acf-493d-af80-3f80ddde0436","html_url":"https://github.com/AdrianRomanski/rest-school","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AdrianRomanski/rest-school","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianRomanski%2Frest-school","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianRomanski%2Frest-school/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianRomanski%2Frest-school/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianRomanski%2Frest-school/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdrianRomanski","download_url":"https://codeload.github.com/AdrianRomanski/rest-school/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianRomanski%2Frest-school/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29184977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"online","status_checked_at":"2026-02-07T02:00:07.217Z","response_time":63,"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":["java","java-8","rest","restful-api","spring","spring-boot","springframework"],"created_at":"2024-12-05T15:12:16.788Z","updated_at":"2026-02-07T02:01:42.299Z","avatar_url":"https://github.com/AdrianRomanski.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cdiv align=\"center\"\u003e REST API High School\u003c/div\u003e\n\n## \u003cdiv align=\"center\"\u003e [![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/AdrianRomanski/rest-school.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/AdrianRomanski/rest-school/context:java) [![codecov](https://codecov.io/gh/AdrianRomanski/rest-school/branch/master/graph/badge.svg)](https://codecov.io/gh/AdrianRomanski/rest-school) [![CircleCI](https://circleci.com/gh/AdrianRomanski/rest-school.svg?style=shield)](https://circleci.com/gh/AdrianRomanski/rest-school) ![Total alerts](https://img.shields.io/lgtm/alerts/g/AdrianRomanski/rest-school.svg?logo=lgtm\u0026logoWidth=18) [![Generic badge](https://img.shields.io/badge/Status-Progress-\u003cCOLOR\u003e.svg)](https://shields.io/) [![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)\n\u003c/div\u003e\n    \n## \u003cdiv align=\"left\"\u003e Running rest-school locally \u003c/div\u003e\n\n    git clone git@github.com:AdrianRomanski/rest-school.git\n    cd rest-school\n    mvn package\n    java -jar target/rest-school-0.0.1-SNAPSHOT.jar\n\n## \u003cdiv align=\"left\"\u003e Working with rest-school in your IDE\n\n### Prerequisites\n\nThe following items should be installed in your system:\n\n- Java 8 or newer.\n- git command line tool (https://help.github.com/articles/set-up-git)\n- Your preferred IDE\n    - [IntelliJ IDEA](https://www.jetbrains.com/idea/)\n    - [Eclipse](https://www.eclipse.org/)\n    - [Spring Tools Suite](https://spring.io/tools)\n    - [VS Code](https://code.visualstudio.com/)\n\n### Steps:\n\n## 1) On the command line\ngit clone git@github.com:AdrianRomanski/rest-school.git\n\n## 2) IDE\n### IntelliJ IDEA\n- In the main menu, choose File -\u003e Open and select the pom.xml inside rest-school directory.\n- Click on the Open as Project button.\n- Run -\u003e Run 'RestSchoolApplication'\n\n### Eclipse or STS\n- File -\u003e Import -\u003e Maven -\u003e Existing Maven project\n- Run the application main method by right clicking on it and choosing Run As -\u003e Java Application.\n\n## 3) Endpoints\n- Visit http://localhost:8080/swagger-ui.html#/ in your browser for documentation\n- Visit http://localhost:8080/h2 in your browser to inspect the content of the database\n    - JDBC URL: jdbc:h2:mem:school\n    - User Name: sa\n- Visit http://localhost:8080/actuator/info in your browser for basic informations about application\n- Visit http://localhost:8080/actuator/health in your browser to inspect status of application\n- Visit http://localhost:8080/actuator/ in your browser for list of all actuator endpoints\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrianromanski%2Frest-school","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadrianromanski%2Frest-school","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrianromanski%2Frest-school/lists"}