{"id":22358670,"url":"https://github.com/lfdmcreations/copropriete","last_synced_at":"2026-05-03T04:40:41.082Z","repository":{"id":121670171,"uuid":"552702294","full_name":"LFDMCreations/copropriete","owner":"LFDMCreations","description":"Cette application permet de construire son API de gestion d'une copropriété par un syndic. Il comporte l'ensemble du plan comptable et les obligations règlementaires imposées aux syndics.","archived":false,"fork":false,"pushed_at":"2022-10-31T07:57:16.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T13:50:38.636Z","etag":null,"topics":["api-rest","migrations","postgres","postgresql","sequel","sinatra"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/LFDMCreations.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":"2022-10-17T05:07:25.000Z","updated_at":"2024-11-30T21:50:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"6dde4a19-bca6-4155-81e7-3dd80fc63b5c","html_url":"https://github.com/LFDMCreations/copropriete","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LFDMCreations/copropriete","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LFDMCreations%2Fcopropriete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LFDMCreations%2Fcopropriete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LFDMCreations%2Fcopropriete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LFDMCreations%2Fcopropriete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LFDMCreations","download_url":"https://codeload.github.com/LFDMCreations/copropriete/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LFDMCreations%2Fcopropriete/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32558667,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T03:21:47.309Z","status":"ssl_error","status_checked_at":"2026-05-03T03:21:43.884Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["api-rest","migrations","postgres","postgresql","sequel","sinatra"],"created_at":"2024-12-04T15:16:49.679Z","updated_at":"2026-05-03T04:40:41.070Z","avatar_url":"https://github.com/LFDMCreations.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation\n\n## get the sources\n\n```\nnpx degit LFDMCreations/copropriete copropriete\ncd copropriete\nbundle install\n```\n\n## prepare the database\n\nThen, in postgresql, create a database (for example : copropriete_development) and a user with the same name. \n\nChange database ownership to that user.\n\n### add citext extension to postgres : \nhttps://www.postgresql.org/docs/current/citext.html\n\nhttp://rodauth.jeremyevans.net/rdoc/files/README_rdoc.html\n\nconnect to database and enter : `CREATE EXTENSION IF NOT EXISTS citext;`\n\n## migration\nRun migrations using `sequel -m` : \n\n`sequel -m migrations postgres://copropriete_development@localhost/copropriete_development`\n\n_or whatever your database name and postgresql user is_\n\nsee : https://sequel.jeremyevans.net/rdoc/files/doc/migration_rdoc.html\n\n## migrate the plan comptable into the database\n\n1. uncomment line 16 of `app.rb`\n\n2. Run `racksh` or `rackup` from the directory root. \n\n3. then `exit` (if racksh) of `ctrl + C` (if rackup) and comment line 16 of `app.rb`\n\n4. re-run `racksh` or `rackup` and start building your app.\n\n# contenu\n\nLa migration comporte l'ensemble du plan comptable des copropriétés. \n\nLa migration est également à jour avec les obligations règlementaires des syndics \n\n# Sinatra and Sequel\nThis application is built with the Sinatra framework and Sequel.\nBuild your own url endpoints and use this as an API with a frontend framework or add views to the Sinatra app.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfdmcreations%2Fcopropriete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flfdmcreations%2Fcopropriete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfdmcreations%2Fcopropriete/lists"}