{"id":17772143,"url":"https://github.com/dranikpg/lab-planes","last_synced_at":"2026-01-15T22:33:31.382Z","repository":{"id":211553859,"uuid":"729443802","full_name":"dranikpg/lab-planes","owner":"dranikpg","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-09T09:37:21.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T10:19:15.413Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/dranikpg.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}},"created_at":"2023-12-09T08:44:35.000Z","updated_at":"2023-12-09T08:53:40.000Z","dependencies_parsed_at":"2023-12-09T10:37:08.823Z","dependency_job_id":null,"html_url":"https://github.com/dranikpg/lab-planes","commit_stats":null,"previous_names":["dranikpg/lab-planes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dranikpg%2Flab-planes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dranikpg%2Flab-planes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dranikpg%2Flab-planes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dranikpg%2Flab-planes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dranikpg","download_url":"https://codeload.github.com/dranikpg/lab-planes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246667756,"owners_count":20814732,"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-10-26T21:38:06.109Z","updated_at":"2026-01-15T22:33:31.350Z","avatar_url":"https://github.com/dranikpg.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Лабораторная работа №2: Создание справочника\n\nВыполнил Олешко В.Ю., 4гр\n\nhttp://dranikpg.com:8000\n\n### Детали реализации\n\n#### БД\n\nВ качестве БД используется SQLite, сохраняющая данные в локальном файле. Данные хранятся в двух таблицах:\n\n```sql\n\nCREATE TABLE IF NOT EXISTS airlines (\n    id INTEGER PRIMARY KEY,\n    name TEXT NOT NULL,\n    foundation_date TEXT,\n    country TEXT\n)\n\nCREATE TABLE IF NOT EXISTS airplanes (\n    id INTEGER PRIMARY KEY,\n    call_sign TEXT NOT NULL,\n    model TEXT NOT NULL,\n    capacity INTEGER,\n    year_of_manufacture TEXT,\n    airline_id INTEGER,\n    FOREIGN KEY(airline_id) REFERENCES airlines(id)\n)\n\n```\n\n#### Приложение\n\nВеб-приложение написано на ЯП Python с использованием библиотеки FastAPI. Все исходники в `main.py`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdranikpg%2Flab-planes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdranikpg%2Flab-planes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdranikpg%2Flab-planes/lists"}