{"id":18396423,"url":"https://github.com/fearlesssolutions/baltimore_reentry-strapi","last_synced_at":"2025-04-07T04:32:42.740Z","repository":{"id":56592230,"uuid":"200410048","full_name":"FearlessSolutions/baltimore_reentry-strapi","owner":"FearlessSolutions","description":null,"archived":true,"fork":false,"pushed_at":"2020-10-29T19:42:02.000Z","size":2346,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T02:28:44.293Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/FearlessSolutions.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}},"created_at":"2019-08-03T18:47:54.000Z","updated_at":"2023-07-20T14:35:11.000Z","dependencies_parsed_at":"2022-08-15T21:31:25.727Z","dependency_job_id":null,"html_url":"https://github.com/FearlessSolutions/baltimore_reentry-strapi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FearlessSolutions%2Fbaltimore_reentry-strapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FearlessSolutions%2Fbaltimore_reentry-strapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FearlessSolutions%2Fbaltimore_reentry-strapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FearlessSolutions%2Fbaltimore_reentry-strapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FearlessSolutions","download_url":"https://codeload.github.com/FearlessSolutions/baltimore_reentry-strapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595068,"owners_count":20963939,"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","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":"2024-11-06T02:13:43.378Z","updated_at":"2025-04-07T04:32:42.420Z","avatar_url":"https://github.com/FearlessSolutions.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Baltimore Re-entry Program\nThis project is a combination of Strapi.js Headless CMS and some python scripts for ingesting relevant data.\n\n## System Dependencies\n+ Node.JS - Latest 10.x release. I reccomend using [nvm](https://github.com/nvm-sh/nvm) to install node so you can easily switch between versions of node.\n+ [Yarn Package Manager](https://yarnpkg.com/en/) - A fast javascript package manager\n+ [Strapi.js](https://strapi.io/documentation/3.0.0-beta.x/getting-started/quick-start.html#_1-install-strapi-globally) - A headless CMS and admin console for managing content\n+ [Python 3.7.4](https://www.python.org/downloads/)\n+ [pipenv](https://github.com/pypa/pipenv)\n+ [Docker](https://docs.docker.com/install/)\n+ [Docker Compose](https://docs.docker.com/compose/install/)\n\n## Local Development Startup\n1. Once all system dependencies are installed you must startup mongodb as the database backing Strapi. We use docker compose to start it inside a container.\n```\n$ docker-compose up\n```\n\n2. Now we can startup strapi admin console and API's. We do this in watch mode so that changes automatically hot reload.\n```\n$ strapi develop\n```\n3. You can now go to the Strapi Admin console in you browser at http://localhost:1337/admin\n4. You will need to create an admin user if it is you first time using that environment\n5. Check out the auto-generated Swagger/OpenAPI documentation and play around with the API by going to http://localhost:1337/documentation/v1.0.0\n\n## Ingesting Sample Data\n\n1. Install python library dependencies\n```\n$ pipenv sync\n```\n1. Spawn a virtualenv python shell\n```\n$ pipenv shell\n```\n3. Copy the .env.example file to .env so that the environment variables are set\n```\n$ cp ./env.example .env\n```\n4. Run the ingestion script to populate a few hundred samples resources\n```\n$ python ./ingest/scripts/ingest_resources_csv.py\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffearlesssolutions%2Fbaltimore_reentry-strapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffearlesssolutions%2Fbaltimore_reentry-strapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffearlesssolutions%2Fbaltimore_reentry-strapi/lists"}