{"id":24911458,"url":"https://github.com/hackoregon/2019-transportation-systems-backend","last_synced_at":"2025-06-26T08:33:02.850Z","repository":{"id":75397822,"uuid":"188348885","full_name":"hackoregon/2019-transportation-systems-backend","owner":"hackoregon","description":null,"archived":false,"fork":false,"pushed_at":"2019-09-11T16:20:06.000Z","size":1741,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-06-08T06:40:43.225Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hackoregon.png","metadata":{"files":{"readme":"README.md","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":"2019-05-24T03:53:09.000Z","updated_at":"2019-09-11T16:19:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"657a0e9b-0c34-43ff-92a5-7b309d554e75","html_url":"https://github.com/hackoregon/2019-transportation-systems-backend","commit_stats":null,"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/hackoregon/2019-transportation-systems-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackoregon%2F2019-transportation-systems-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackoregon%2F2019-transportation-systems-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackoregon%2F2019-transportation-systems-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackoregon%2F2019-transportation-systems-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackoregon","download_url":"https://codeload.github.com/hackoregon/2019-transportation-systems-backend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackoregon%2F2019-transportation-systems-backend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262030285,"owners_count":23247628,"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":"2025-02-02T04:20:16.783Z","updated_at":"2025-06-26T08:33:02.829Z","avatar_url":"https://github.com/hackoregon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"|\n--------------------------------------------- |\nhackoregon_transportation_systems |\n\n[![image](\u003chttps://badge.fury.io/py/\u003e2019-transportation-systems-backend.svg)](\u003chttps://badge.fury.io/py/\u003e2019-transportation-systems-backend)\n\n[![image](\u003chttps://travis-ci.org/hackoregon/\u003e2019-transportation-systems-backend.svg?branch=master)](\u003chttps://travis-ci.org/hackoregon/\u003e2019-transportation-systems-backend)\n\n2019 Transportation Systems APIs\n\n# Documentation\n\nThe full documentation is at \u003c\u003chttp://hackoregon.github.io/\u003e\u003e2019-transportation-systems-backend\n\n# Features\n\n\u003e -   TODO (add what your project does)\n\n# Data Sources\n\n# Quickstart to install package in your own Django Project (Non-HackOregon Workflow)\n\nInstall hackoregon_transportation_systems:\n\n\u003e pip install hackoregon_transportation_systems\n\nAdd subpackages to your `INSTALLED_APPS`:\n\n```python \nINSTALLED_APPS = (     ...     'toad',     ... ) \n```\n\nAdd hackoregon_transportation_systems's URL patterns:\n\n```python \nfrom hackoregon_transportation_systems.toad \nimport urls as toad_urls   \nurlpatterns = [     ...     url(r'^', include(toad_urls)),     ... ] \n```\n\nSetup your database with a matching schema\n\nRun the project\n\n# Running Tests\n\nThis repo uses pytest and pytest-django to run tests.\n\nFor project development work, tests will be run in docker container\nusing the bin/test.sh script:\n\n# Local development workflow\n1. Clone this repository.\n2. Open a command terminal. Copy the file `env.sample` to `.env`.\nUpdate the `.env` file with the proper RDS credentials.\n3. Make sure your Docker host is working.\n4. Open a command prompt and type `./scripts/build-run/build.sh -d`. This will build\nthe images. Open an issue if it doesn't work. NOTE: This command (and the one below) runs `sudo` in the background, so you will likely be asked for your log-in password to provide permission to begin. Don't confuse this with the passwords defined in the `.env` file.\n5. Type `./scripts/build-run/start.sh -d`. The containers will start up.\n6. When the database comes up, the API container will run a bunch of\nstuff and then start a server. You should see the Django success page\nat http://localhost:8000. (You may need to navigate to http://lhttp://localhost:8000/transportation2019/v1/schema/).\n\n\n# Credits\n\nTools used in rendering this package:\n\n\u003e -   [Cookiecutter](\u003chttps://github.com/audreyr/cookiecutter\u003e)\n\u003e -   [cookiecutter-djangopackage](\u003chttps://github.com/pydanny/cookiecutter-djangopackage\u003e)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackoregon%2F2019-transportation-systems-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackoregon%2F2019-transportation-systems-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackoregon%2F2019-transportation-systems-backend/lists"}