{"id":22437814,"url":"https://github.com/boot-sandre/skii-school-platform","last_synced_at":"2025-09-11T02:12:27.390Z","repository":{"id":187926063,"uuid":"677807344","full_name":"boot-sandre/skii-school-platform","owner":"boot-sandre","description":"Planning backend application for skii school with Python/Django/Pydantic/Ninja api","archived":false,"fork":false,"pushed_at":"2023-10-20T07:15:28.000Z","size":4578,"stargazers_count":3,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T13:46:31.148Z","etag":null,"topics":["django","django-ninja","educational","planner","planning","pydantic","python","python3","school","skiing","skiing-places","skiing-trip","student","teachers"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boot-sandre.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}},"created_at":"2023-08-12T17:42:21.000Z","updated_at":"2024-03-30T23:07:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"6a108b4e-dc34-409e-9d42-b3eca2291cbd","html_url":"https://github.com/boot-sandre/skii-school-platform","commit_stats":{"total_commits":96,"total_committers":2,"mean_commits":48.0,"dds":0.02083333333333337,"last_synced_commit":"6ded897a3b4655252fe775beb7b1fa5b8a4f5ad4"},"previous_names":["boot-sandre/skii-school-platform"],"tags_count":0,"template":false,"template_full_name":"boot-sandre/django-spaninja","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boot-sandre%2Fskii-school-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boot-sandre%2Fskii-school-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boot-sandre%2Fskii-school-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boot-sandre%2Fskii-school-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boot-sandre","download_url":"https://codeload.github.com/boot-sandre/skii-school-platform/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245813264,"owners_count":20676764,"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":["django","django-ninja","educational","planner","planning","pydantic","python","python3","school","skiing","skiing-places","skiing-trip","student","teachers"],"created_at":"2024-12-06T00:15:06.596Z","updated_at":"2025-03-27T08:45:07.270Z","avatar_url":"https://github.com/boot-sandre.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skii platform\n\n- **Api server** using [Django Ninja](https://github.com/vitalik/django-ninja)\n- **Vitejs frontend** using [Vuejs](https://vuejs.org/)\n\n## Features\n\n- User management with profile (student/teacher)\n- Planning management with scheduled lesson\n- Place/Skii station promote and location\n- Lesson level and certification (TODO)\n\n\u003cdetails\u003e\n\u003csummary\u003e:books: Read the \u003ca href=\"https://boot-sandre.github.io/skii-school-platform\"\u003edocumentation\u003c/a\u003e\u003c/summary\u003e\n\n - [Get started](https://boot-sandre.github.io/django-spaninja/get_started)\n    - [Install and run](https://boot-sandre.github.io/django-spaninja/get_started/install_and_run)\n - [Base app](https://boot-sandre.github.io/django-spaninja/base_app)\n     - [Forms](https://boot-sandre.github.io/django-spaninja/base_app/forms)\n        - [Usage](https://boot-sandre.github.io/django-spaninja/base_app/forms/usage)\n     - [Schemas](https://boot-sandre.github.io/django-spaninja/base_app/schemas)\n - [Account app](https://boot-sandre.github.io/django-spaninja/account_app)\n     - [Endpoints](https://boot-sandre.github.io/django-spaninja/account_app/endpoints)\n     - [Schemas](https://boot-sandre.github.io/django-spaninja/account_app/schemas)\n     - [Utilities](https://boot-sandre.github.io/django-spaninja/account_app/utilities)\n         - [Email](https://boot-sandre.github.io/django-spaninja/account_app/utilities/email)\n         - [Token](https://boot-sandre.github.io/django-spaninja/account_app/utilities/token)\n\n\u003c/details\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"docsite/public/skiiplatform.png\" alt=\"Skii Platform Logo\" /\u003e\n\u003c/div\u003e\n\n## Development \n\n### Code quality\n\nThis project uses [Pycheck](https://github.com/emencia/pycheck) to monitor the quality of the code. To install\nthe code quality tools:\n\n```bash\nmake install-pycheck\n# or\nyarn global add @pycheck/cli\nyarn global add @pycheck/ui\n# or\nnpm install -g @pycheck/cli\nnpm install -g @pycheck/ui\n```\n\n#### Analysis and history\n\nRun:\n\n```bash\npycheckui\n```\n\nOpen `localhost:5143` in a browser to run an analysis. Note: this uses a `.pycheck.db` local Sqlite file\nto store the code quality history\n\n#### Command line\n\nTo do a quick check in the command line (not recorded in history):\n\n```bash\npycheck\n# or\nmake pycheck\n```\n#### Unittest\n\nTo launch full set of project unittest\n\n```bash\nmake test\n```\n\n#### Install\n\nTo install project on a local dev environment\n```bash\nmake install\n# Also if need to be logged\nmake superuser\n```\n\n#### Launch and access\n\nTo launch\n```bash\nmake run\n```\n\nTo access api docs you need to follow http://localhost:8000/skii/docs\nTo access django admin you need to http://localhost:8000/admin/\n\n#### Enjoy\n\nAll skii source code is licensed with mozilla MPL 2 and all new source python file needs to integrate this headers\n```python\n# This Source Code Form is subject to the terms of the Mozilla Public\n# License, v. 2.0. If a copy of the MPL was not distributed with this\n# file, You can obtain one at https://mozilla.org/MPL/2.0/.\n# Copyright © Simon ANDRÉ \u003csimon@emencia.com\u003e synw (https://github.com/synw/)\n# project: SkiiSchoolPlatform\n# github: https://github.com/boot-sandre/skii-school-platform/\n# template: https://github.com/synw/django-spaninja\n```\n\nEnjoy and use it :P\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboot-sandre%2Fskii-school-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboot-sandre%2Fskii-school-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboot-sandre%2Fskii-school-platform/lists"}