{"id":19832026,"url":"https://github.com/danielmartensson/book","last_synced_at":"2026-04-07T20:31:46.055Z","repository":{"id":120604002,"uuid":"211309051","full_name":"DanielMartensson/BooK","owner":"DanielMartensson","description":"A booking system made in JavaFX for mobile and desktop use","archived":false,"fork":false,"pushed_at":"2020-10-13T16:46:26.000Z","size":205842,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T21:29:30.942Z","etag":null,"topics":["android","iphone","java","spring","spring-boot","spring-security"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DanielMartensson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-09-27T11:58:33.000Z","updated_at":"2021-10-16T23:30:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae64c897-cf12-4d9a-9551-e1e3f089cffc","html_url":"https://github.com/DanielMartensson/BooK","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DanielMartensson/BooK","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMartensson%2FBooK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMartensson%2FBooK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMartensson%2FBooK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMartensson%2FBooK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanielMartensson","download_url":"https://codeload.github.com/DanielMartensson/BooK/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMartensson%2FBooK/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31528311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["android","iphone","java","spring","spring-boot","spring-security"],"created_at":"2024-11-12T11:36:00.792Z","updated_at":"2026-04-07T20:31:46.025Z","avatar_url":"https://github.com/DanielMartensson.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BooK\n\nThis is a simple booking system made in GluonHQ's JavaFX 8. Avaiable for Android, Windows, iOS and Mac OSX.\nThis project contains a server that holds inlogg, username and booking meetings.\n\n## How it looks like\nConsider this as just a template for a simple booking system. Here you can change the text, pictures\nand other things that fits your needs. It's currently a mix between Swedish and English, but use Google Translate \nif you don't understand. Swedish and English has the same gramar and logic. \n\nLogin:\n\n![a](https://github.com/DanielMartensson/BooK/blob/master/Pictures/Login.PNG?raw=true)\n\nCreate new member:\n\n![a](https://github.com/DanielMartensson/BooK/blob/master/Pictures/CreateNewMember.PNG?raw=true)\n\nSuccess to create a new member:\n\n![a](https://github.com/DanielMartensson/BooK/blob/master/Pictures/SuccessNewMember.PNG)\n\nCreate new meeting:\n\n![a](https://github.com/DanielMartensson/BooK/blob/master/Pictures/Meeting.PNG?raw=true)\n\nMenu:\n\n![a](https://github.com/DanielMartensson/BooK/blob/master/Pictures/Menu.PNG?raw=true)\n\nTrying to edit my self by using my own user. I'm have onlu authorized with the role USER in Spring Security.\n\n![a](https://github.com/DanielMartensson/BooK/blob/master/Pictures/TryingToEditMember.PNG?raw=true)\n\n## Features\n\n```\n* Email verification of booking meeting\n* Email verification of canceled meeting\n* Using GMail SMTP server to send message to the members\n* Spring Boot with Spring Security and JPA and Hibernate\n* Made in JavaFX = Avaiable for booth Android and Iphone\n* Admin have rights to change roles(ADMIN/USER), password and username for other users\n* Auto deleting old meetings that are over 1 week old\n```\n\n## How to use\n\nStep 1: Install the following software\n\n```\n* MySQL\n* OpenJDK 8\n* OpenJFX 8\n```\n\nAfter the installations of the MySQL server, you ned to create a MySQL user for the file application.properties.\nThe user need to have granted rights for creating a database and tables.\n\nStep 2: Configure this properties file and the Java file. \n\n```\napplication.properties\nmail.properties\nschedule.properties\n```\n\nStep 3: Run the server with\n```\ngradlew bootRun // For Windows\n./gradlew bootRun // For Linux\n```\n\nStep 4: Run the mobile application with\n```\ngradlew run// For Windows\n./gradlew run// For Linux\n```\n\nStep 5: Generate the mobile application for android or iOS. See link below.\nhttps://docs.gluonhq.com/getting-started/#introduction\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmartensson%2Fbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielmartensson%2Fbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmartensson%2Fbook/lists"}