{"id":16544762,"url":"https://github.com/sinisaos/starlette-starter","last_synced_at":"2025-10-28T15:31:16.885Z","repository":{"id":39477777,"uuid":"211448248","full_name":"sinisaos/starlette-starter","owner":"sinisaos","description":"Starlette starter application with Tortoise ORM","archived":false,"fork":false,"pushed_at":"2023-04-18T05:57:45.000Z","size":274,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-28T03:18:20.106Z","etag":null,"topics":["python","starlette","tortoise-orm"],"latest_commit_sha":null,"homepage":"","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/sinisaos.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}},"created_at":"2019-09-28T05:19:28.000Z","updated_at":"2023-08-03T16:55:26.000Z","dependencies_parsed_at":"2022-09-18T06:34:22.183Z","dependency_job_id":null,"html_url":"https://github.com/sinisaos/starlette-starter","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/sinisaos%2Fstarlette-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinisaos%2Fstarlette-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinisaos%2Fstarlette-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinisaos%2Fstarlette-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sinisaos","download_url":"https://codeload.github.com/sinisaos/starlette-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219859269,"owners_count":16556036,"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":["python","starlette","tortoise-orm"],"created_at":"2024-10-11T19:04:32.262Z","updated_at":"2025-10-28T15:31:16.544Z","avatar_url":"https://github.com/sinisaos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Example of [Starlette](https://www.starlette.io/) and [Tortoise ORM](https://tortoise-orm.readthedocs.io/en/latest/)   starter aplication with users managment and auth (thanks to [@ceyzaguirre4](https://github.com/ceyzaguirre4))\n\nOpen terminal and run:\n\n```shell\nvirtualenv -p python3 envname\ncd envname\nsource bin/activate\ngit clone https://github.com/sinisaos/starlette-starter.git\ncd starlette-starter\npip install -r requirements.txt\nsudo -i -u yourpostgresusername psql\nCREATE DATABASE starter;\n\\q\ntouch .env\n## put this two line in .env file\n## DB_URI=\"postgres://username:password@localhost:5432/starter\"\n## SECRET_KEY=\"your secret key\"\nuvicorn app:app --port 8000 --host 0.0.0.0 \n```\n\nChange line 22 in accounts models.py to set register user as admin user.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinisaos%2Fstarlette-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsinisaos%2Fstarlette-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinisaos%2Fstarlette-starter/lists"}