{"id":28464932,"url":"https://github.com/wildcodeschool/sept2019-java-tours-mmadirectory","last_synced_at":"2026-02-27T18:32:32.314Z","repository":{"id":85597371,"uuid":"227613588","full_name":"WildCodeSchool/sept2019-java-tours-MMADirectory","owner":"WildCodeSchool","description":null,"archived":false,"fork":false,"pushed_at":"2020-02-07T10:38:44.000Z","size":11642,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":9,"default_branch":"dev","last_synced_at":"2025-06-30T19:50:29.953Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/WildCodeSchool.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,"zenodo":null}},"created_at":"2019-12-12T13:29:24.000Z","updated_at":"2020-02-07T10:38:46.000Z","dependencies_parsed_at":"2023-07-02T17:01:30.450Z","dependency_job_id":null,"html_url":"https://github.com/WildCodeSchool/sept2019-java-tours-MMADirectory","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WildCodeSchool/sept2019-java-tours-MMADirectory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WildCodeSchool%2Fsept2019-java-tours-MMADirectory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WildCodeSchool%2Fsept2019-java-tours-MMADirectory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WildCodeSchool%2Fsept2019-java-tours-MMADirectory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WildCodeSchool%2Fsept2019-java-tours-MMADirectory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WildCodeSchool","download_url":"https://codeload.github.com/WildCodeSchool/sept2019-java-tours-MMADirectory/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WildCodeSchool%2Fsept2019-java-tours-MMADirectory/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29907787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T17:28:36.873Z","status":"ssl_error","status_checked_at":"2026-02-27T17:28:20.970Z","response_time":57,"last_error":"SSL_read: 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":[],"created_at":"2025-06-07T05:10:40.666Z","updated_at":"2026-02-27T18:32:32.306Z","avatar_url":"https://github.com/WildCodeSchool.png","language":"HTML","readme":"# sept2019-java-tours-MMADirectory\nProject 3 - Find a MMA Club next to you!\n\nThe objectif is to propose an interactive map and let the user choose where he want to search a club.\n\n# How to install\nInstall mysql:\n`sudo apt-get install mysql;`\n\n## Setup mysql\nCreate the database:\n`CREATE DATABASE mfcg;`\n\nCreate the user:\n`CREATE USER mfcg IDENTIFIED BY mfcg;`\n\nGive the user all grants:\n`GRANT ALL ON mfcg.* TO mfcg;`\n\n## Others settings\nJava version 8 or higher\n\nChange the user_name and password in the application.properties' file\n\nNow you can use the application !\n\n\n### --Application Properties--\n#Informations sur la BDD à exploiter\n#ajouter \"?serverTimezone=GMT\" à l'url est obligatoire pour MySQL 5\nspring.datasource.url=jdbc:mysql://localhost:3306/mfcg?serverTimezone=GMT\nspring.datasource.username=mfcg\nspring.datasource.password=mfcg\n\n#Autoriser l'affichage des requêtes SQL faites par Hibernate\nspring.jpa.show-sql=true\n\n#Gérer Hibernate\nspring.jpa.hibernate.ddl-auto=update\n\n#Sélectionner un \"dialecte\" permet à Hibernate de générer du SQL adapté à la version choisie\nspring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect\n\nspring.servlet.multipart.max-file-size=10MB\nspring.servlet.multipart.max-request-size=10MB\n\n#Templates reloading during development\nspring.thymeleaf.prefix=file:src/main/resources/templates/\nspring.thymeleaf.cache=false\n#Static resources reloading during development\nspring.resources.static-locations=file:src/main/resources/static/\nspring.resources.cache.period=0\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwildcodeschool%2Fsept2019-java-tours-mmadirectory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwildcodeschool%2Fsept2019-java-tours-mmadirectory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwildcodeschool%2Fsept2019-java-tours-mmadirectory/lists"}