{"id":23278589,"url":"https://github.com/nderousseaux/internmap-backend","last_synced_at":"2026-04-16T15:32:08.215Z","repository":{"id":196597249,"uuid":"695027894","full_name":"nderousseaux/internmap-backend","owner":"nderousseaux","description":"backend for the project \"internmap\"","archived":false,"fork":false,"pushed_at":"2024-06-18T17:08:59.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T12:46:10.294Z","etag":null,"topics":["flask","internmap","project","web"],"latest_commit_sha":null,"homepage":"","language":"Python","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/nderousseaux.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":"2023-09-22T07:42:56.000Z","updated_at":"2024-11-26T15:00:40.000Z","dependencies_parsed_at":"2024-06-18T21:57:36.245Z","dependency_job_id":null,"html_url":"https://github.com/nderousseaux/internmap-backend","commit_stats":null,"previous_names":["nderousseaux/internmap-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nderousseaux/internmap-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nderousseaux%2Finternmap-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nderousseaux%2Finternmap-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nderousseaux%2Finternmap-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nderousseaux%2Finternmap-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nderousseaux","download_url":"https://codeload.github.com/nderousseaux/internmap-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nderousseaux%2Finternmap-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31892150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"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":["flask","internmap","project","web"],"created_at":"2024-12-19T22:32:29.060Z","updated_at":"2026-04-16T15:32:08.198Z","avatar_url":"https://github.com/nderousseaux.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# internmap-backend\nbackend for the project \"internmap\"\n\nThe service propose an API to get the data from the database.\nThere is 2 endpoints:\n- `/` to get the hello world message.\n- `/data` to get the list of companies and the tags.\n\n## Development\n\nCopy/paste the file `.env.example` to `.env` and fill the variables.\n\n### Database\nStart up the database with `docker-compose up -d`.\n\nIf it's the first time, you need to create the databse from the file `structure.sql`\n```bash\ndocker compose -f bdd/docker-compose.yml exec -T db mysql -u root -ppassword db \u003c bdd/structure.sql\n```\n\nNow, you can import your data from the file `data.sql`\n```bash\ndocker compose -f bdd/docker-compose.yml exec -T db mysql -u root -ppassword db \u003c $PATH_TO_DATA_FILE\n```\n\n### Server\n\nLaunch the server with `python src/main.py`.\n\nIf needed, you can install the dependencies with `pip install -r requirements.txt`.\n\nThe server is available at `http://localhost:5001`.\n\n## Deployment\nAll commit on the `main` branch are deployed on Google Cloud Run.\nFor the deployment, `Dockerfile` and `gcloud-build.yml` are used.\nIt's necessary to indicate the environment variables in the Google Cloud Build configuration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnderousseaux%2Finternmap-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnderousseaux%2Finternmap-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnderousseaux%2Finternmap-backend/lists"}