{"id":25604760,"url":"https://github.com/foacs/website-backend-meta","last_synced_at":"2025-07-23T09:05:14.356Z","repository":{"id":129618600,"uuid":"563022587","full_name":"Foacs/website-backend-meta","owner":"Foacs","description":"Meta repository for backend services","archived":false,"fork":false,"pushed_at":"2023-03-27T17:20:36.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-21T17:51:35.546Z","etag":null,"topics":["aws","aws-lambda","backend","cloudformation","metarepo"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cecill-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Foacs.png","metadata":{"files":{"readme":"README.adoc","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":"2022-11-07T18:44:02.000Z","updated_at":"2022-11-08T17:23:17.000Z","dependencies_parsed_at":"2023-04-14T01:01:03.980Z","dependency_job_id":null,"html_url":"https://github.com/Foacs/website-backend-meta","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Foacs/website-backend-meta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foacs%2Fwebsite-backend-meta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foacs%2Fwebsite-backend-meta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foacs%2Fwebsite-backend-meta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foacs%2Fwebsite-backend-meta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Foacs","download_url":"https://codeload.github.com/Foacs/website-backend-meta/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foacs%2Fwebsite-backend-meta/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266649137,"owners_count":23962174,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["aws","aws-lambda","backend","cloudformation","metarepo"],"created_at":"2025-02-21T17:50:14.764Z","updated_at":"2025-07-23T09:05:14.343Z","avatar_url":"https://github.com/Foacs.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"= Meta repository for Foacs website backend\n:toc:\n\n== Description\nThis is the https://github.com/mateodelnorte/meta[meta] repository for the Foacs website backend services. It helps to organized multi-repo backend as a mono-repo.\n\n== How to use this repo ?\nThis repo is the parent repo of all sub-repos. It is used by meta to aggregate all of them together.\n\nYou can perform git command across all sub-repos from this one. \n\nIn order to use meta, #you should install it#:\n[source, bash]\n----\n$~ \u003e npm i -g meta\n----\n\n=== Getting started\nThe following comment helps you to clone all \"Foacs backend\" repos in one go:\n[source, bash]\n----\n$~ \u003e meta git clone https://github.com/Foacs/website-backend-meta\n----\n\nThen you can perform the npm install across all repos:\n[source, bash]\n----\n$~/backend-meta/ \u003e meta exec \"npm i\"\n----\n\nYou can build all the services by using:\n[source, bash]\n----\n$~/backend-meta/ \u003e meta exec \"npm run build\"\n----\n\n=== Tips\n* You can perform any git command across all sub-repos by adding `meta` in front of the git command\n\n[source, bash]\n----\n$~/backend-meta/ \u003e meta git status\n$~/backend-meta/ \u003e meta git fetch\n$~/backend-meta/ \u003e meta git push\n$~/backend-meta/ \u003e meta git pull\n----\n\n* You can execute any command across all sub-repos with `meta exec` command\n\n[source, bash]\n----\n$~/backend-meta/ \u003e meta exec \"ls -la\"\n----\n\n== Project file structure\nThe project's files are organized as follow:\n\n=== Infrastructure templates\nThe template files for infrastructure definition are kept in folder `infrastructure` and its sub-folders.\n\n=== REST endpoint methods\nThe source code for REST endpoints are kept in folder `src` and then a folder for each methods.\n\n== Environment \u0026 pipelines\nIt exists 4 environments each corresponding to a step of backend development.\n\n=== Development environment https://dev.api.foacs.fr/[link]\nThis environment is used during the development of the backend, *it is not designed to be stable*. Its usage should be strictly reserved for development.\n\n* It is deployed with the pipeline: https://github.com/Foacs/website-backend-meta/actions/workflows/deploy_dev.yaml[deploy development]\n\n=== Testing environment https://test.api.foacs.fr/[link]\nThis environment is used during the testing of the backend, *it is not designed to be stable*. Its usage should be strictly reserved for testing.\n\n* It is deployed with the pipeline: https://github.com/Foacs/website-backend-meta/actions/workflows/deploy_test.yaml[deploy testing]\n\n=== Staging environment https://stage.api.foacs.fr/[link]\nThis environment is used as a copy of production. *It is designed to be stable* but it allows downtime.\n\n* It is deployed with the pipeline: https://github.com/Foacs/website-backend-meta/actions/workflows/deploy_stage.yaml[deploy staging]\n** The deployment requires a approval\n\n=== Production environment https://api.foacs.fr/[link]\nThis environment is the production. *It is designed to be stable* but it does not allow downtime.\n\n* It is deployed with the pipeline: https://github.com/Foacs/website-backend-meta/actions/workflows/deploy_prod.yaml[deploy production]\n** The deployment requires a approval\n** The deployment waits 15 minutes before it starts\n\n== What are the sub-repo\nThe sub-repos, for Foacs website backend, are:\n\n* https://github.com/Foacs/website-backend-user[website-backend-user]","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoacs%2Fwebsite-backend-meta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoacs%2Fwebsite-backend-meta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoacs%2Fwebsite-backend-meta/lists"}