{"id":16312836,"url":"https://github.com/kevorr/silkroad","last_synced_at":"2026-05-05T22:42:36.165Z","repository":{"id":73462735,"uuid":"87896820","full_name":"KevOrr/silkroad","owner":"KevOrr","description":"Python based database project","archived":false,"fork":false,"pushed_at":"2017-04-25T16:19:52.000Z","size":1739,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T14:27:07.498Z","etag":null,"topics":["flask","postgresql","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"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/KevOrr.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":"2017-04-11T06:17:00.000Z","updated_at":"2017-05-18T20:00:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"fca46355-72cc-47c2-9b16-7b431ce2bf44","html_url":"https://github.com/KevOrr/silkroad","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/KevOrr%2Fsilkroad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevOrr%2Fsilkroad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevOrr%2Fsilkroad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevOrr%2Fsilkroad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KevOrr","download_url":"https://codeload.github.com/KevOrr/silkroad/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250237833,"owners_count":21397400,"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":["flask","postgresql","python"],"created_at":"2024-10-10T21:49:20.681Z","updated_at":"2026-05-05T22:42:36.139Z","avatar_url":"https://github.com/KevOrr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Installation\n\nOptional:\n\n    virtualenv -p python3 venv\n    . venv/bin/activate\n    \nInstall python requirements using pip:\n\n    pip install -r requirements.txt\n\nNote: if you are not using a `virtualenv` and pip complains about permissions,\nadd the `--user` flag to `pip install`.\n\nSetup `customconfig.py` to override the defaults in `appconfig.py` by creating a\nsingle class named `Config`. Example:\n\n    class Config:\n        SQLALCHEMY_DATABASE_URI = 'postgresql://user:pass@host:port/dbname'\n\n        PSYCOPG2_LOGIN_INFO = {\n            'host': 'localhost',\n            'port': 5432,\n            'dbname': 'my_database_name',\n            'password': 'my_password'\n        }\n\n## Running\n\n    export FLASK_APP=app.py\n    flask \u003ccommand\u003e [\u003cargs\u003e]\n    \n#### Commands\n\n* `initdb` Initializes databse with random information from `datagenerator.py`\n* `make-admin` Create a single admin user\n* `dbusertest` Prints usernames in the database\n* `run` Runs the flask web server\n  * `--debugger`/`--no-debugger` Turn on (or off) the flask debugger. Off by default.\n* `shell` Run a python interpreter in the application environment\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevorr%2Fsilkroad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevorr%2Fsilkroad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevorr%2Fsilkroad/lists"}