{"id":18462890,"url":"https://github.com/lfarci/journal-de-bord-rest-api","last_synced_at":"2026-05-07T03:39:51.405Z","repository":{"id":43848937,"uuid":"280493166","full_name":"lfarci/journal-de-bord-rest-api","owner":"lfarci","description":"API of the Journal de bord porject.","archived":false,"fork":false,"pushed_at":"2022-09-08T01:11:32.000Z","size":157,"stargazers_count":0,"open_issues_count":15,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-28T11:18:16.336Z","etag":null,"topics":["hibernate","java","maven","oauth2","openid-connect","rest-api","spring","spring-boot"],"latest_commit_sha":null,"homepage":"https://journal-de-bord.netlify.app/","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/lfarci.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}},"created_at":"2020-07-17T18:04:07.000Z","updated_at":"2021-04-05T18:30:00.000Z","dependencies_parsed_at":"2023-01-18T00:30:24.228Z","dependency_job_id":null,"html_url":"https://github.com/lfarci/journal-de-bord-rest-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfarci%2Fjournal-de-bord-rest-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfarci%2Fjournal-de-bord-rest-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfarci%2Fjournal-de-bord-rest-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfarci%2Fjournal-de-bord-rest-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lfarci","download_url":"https://codeload.github.com/lfarci/journal-de-bord-rest-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251302780,"owners_count":21567601,"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":["hibernate","java","maven","oauth2","openid-connect","rest-api","spring","spring-boot"],"created_at":"2024-11-06T09:05:02.557Z","updated_at":"2026-05-07T03:39:46.377Z","avatar_url":"https://github.com/lfarci.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Journal de Bord RESTful API\nThis is a RESTful API implemented using Spring Boot. The API is used by the [Journal de bord web application](https://github.com/Lofaloa/journal-de-bord-spa). \nThe documentation can be found at this [location](https://farci-logan.gitbook.io/journal-de-bord/backend/overview).\n\n## Prerequisites\nBefore starting developing, you should install: Maven and the Java SE 11 Open JDK. If you are working on Ubuntu, you can\ninstall them as follows:\n\n```bash\n\u003e sudo apt install openjdk-11-jdk\n\u003e sudo apt install maven\n```\n\n## Configuration\nHere is a minimal configuration file. It is the content of the `src/main/resources/application.yml` file.\n```yaml\nspring:\n  security:\n    oauth2:\n      resourceserver:\n        jwt:\n          issuer-uri: \u003cauthorization server url\u003e\n          jwk-set-uri: \u003cauthorization server url\u003e/protocol/openid-connect/certs\n  datasource:\n    url: \u003cdatabase path\u003e\n    driverClassName: \u003cdriver\u003e\n    username: \u003cdatabase username\u003e\n    password: \u003cdatabase username password\u003e\n  jpa:\n    database-platform: org.hibernate.dialect.H2Dialect\n  h2:\n    console:\n      enabled: true\n\n```\n\n## Install and run\nYou build the application using maven (check the prerequisites).\n```bash\n\u003e mvn clean install\n\u003e java -jar target/\u003coutput archive name\u003e.jar\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfarci%2Fjournal-de-bord-rest-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flfarci%2Fjournal-de-bord-rest-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfarci%2Fjournal-de-bord-rest-api/lists"}