{"id":30799039,"url":"https://github.com/huerte/academiqly","last_synced_at":"2026-04-11T08:01:21.835Z","repository":{"id":312702725,"uuid":"1048414656","full_name":"Huerte/AcademiQly","owner":"Huerte","description":"A web-based system designed to provide students and teachers with real-time calculation of overall subject grades.","archived":false,"fork":false,"pushed_at":"2026-03-19T06:11:28.000Z","size":8380,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-19T23:20:12.141Z","etag":null,"topics":["academic-project","authentication","bootstrap5","django","django-project","educational-software","python","school-project","vanilla","web-based-system","website"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/Huerte.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-01T12:08:16.000Z","updated_at":"2026-03-19T06:11:32.000Z","dependencies_parsed_at":"2025-09-01T14:25:44.555Z","dependency_job_id":"efa98ec5-f2d9-4a06-af3d-fcfe1828030a","html_url":"https://github.com/Huerte/AcademiQly","commit_stats":null,"previous_names":["huerte/academiqly"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Huerte/AcademiQly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huerte%2FAcademiQly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huerte%2FAcademiQly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huerte%2FAcademiQly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huerte%2FAcademiQly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Huerte","download_url":"https://codeload.github.com/Huerte/AcademiQly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huerte%2FAcademiQly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31673067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["academic-project","authentication","bootstrap5","django","django-project","educational-software","python","school-project","vanilla","web-based-system","website"],"created_at":"2025-09-05T19:02:55.496Z","updated_at":"2026-04-11T08:01:21.803Z","avatar_url":"https://github.com/Huerte.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# AcademiQly\n\n[![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)](#)\n[![Platform](https://img.shields.io/badge/platform-Web-blueviolet.svg)](#)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](#)\n[![Last Commit](https://img.shields.io/github/last-commit/Huerte/AcademiQly.svg)](#)\n\n**A web-based system designed to provide students and teachers with real-time calculation of overall subject grades.**\n\n\u003ca href=\"https://github.com/Huerte/AcademiQly/issues\"\u003eReport Bug\u003c/a\u003e · \u003ca href=\"https://github.com/Huerte/AcademiQly/issues\"\u003eRequest Feature\u003c/a\u003e\n\n\u003c/div\u003e\n\n---\n\n## Table of Contents\n\n- [Demo](#demo)\n- [Features](#features)\n- [Installation Guidance](#installation-guide)\n- [Usage](#usage)\n- [Project Structure](#project-structure)\n- [Configuration](#configuration)\n- [Contributing](#contributing)\n- [License](#license)\n\n---\n\n## Demo\n\n\u003e Visual overview of the AcademiQly platform.\n\n### Public Intro Page\n![Public Intro Page](assets/home.png)\n\n### Authentication\n![Login / Authentication](assets/auth.png)\n\n### Teacher Dashboard\n![Teacher Dashboard](assets/teacher_dashboard.png)\n![Subject Room View](assets/subject_room_view_userTeacher.png)\n\n### Student Dashboard\n![Student Dashboard](assets/student_dashboard.png)\n\n_This project runs as a web environment. See [Usage](#usage) for expected interactions._\n\n---\n\n## Features\n\nAcademiQly provides a web-based dashboard designed for real-time subject grade calculation.  \nBuilt to be efficient, accessible, and user-friendly for both teachers and students.\n\n- **Real-Time Calculation:** Provides an overall view of student grades dynamically.\n- **Role-Based Access:** Dashboards tailored specifically to teachers and students.\n- **Public Intro Page:** A welcoming public-facing first page that serves as an introduction to the platform for new users.\n- **Database Integration:** Securely maintains academic records via SQLite/PostgreSQL.\n\n---\n\n## Installation Guide\n\nFollow these steps to install AcademiQly locally.\n\n### Prerequisites\n\n- **Python 3.10+**\n- **pip (Python Package Manager)**\n- **PostgreSQL / SQLite**\n\n---\n\n### Step 1: Get the Code\n\n```bash\ngit clone https://github.com/Huerte/AcademiQly.git\ncd AcademiQly\n```\n\n---\n\n### Step 2: Install Dependencies\n\n```bash\npip install -r src/requirements.txt\n```\n\n---\n\n### Step 3: Database \u0026 Migration\n\n```bash\ncd src\npython manage.py makemigrations\npython manage.py migrate\n```\n\n---\n\n### Step 4: Run the Server\n\n```bash\npython manage.py runserver\n```\n\n---\n\n## Usage\n\n1. Open your browser and navigate to `http://127.0.0.1:8000/`.\n2. Login as a Teacher or Student.\n3. Use the dashboard to input grades and view automatically calculated overall subject grades.\n4. Export or generate necessary academic reports.\n\n---\n\n## Project Structure\n\n```\nAcademiQly/\n│\n├── src/                    # Core Django Logic\n│   ├── core/               # Base logic and settings\n│   ├── main/               # Main application and views\n│   ├── dashboard/          # Dashboard specific application\n│   ├── user/               # User authentication \u0026 role management\n│   ├── room/               # Subject or classroom application\n│   ├── static/             # Static resources (CSS, JS, Images)\n│   ├── templates/          # HTML Templates\n│   ├── manage.py           # Django startup script\n│   └── requirements.txt    # Project Python dependencies\n└── README.md\n```\n\n---\n\n## Configuration\n\nEdit the environment configuration file using the provided `.env` format:\n\n```bash\nAcademiQly/.env\n```\n\n| Key | Type | Default | Description |\n|-----|------|---------|-------------|\n| `SECRET_KEY` | `string` | `-` | Django secret key for cryptographic signing. |\n| `DEBUG` | `boolean` | `True` | Toggles development mode on/off. |\n| `DATABASE_URL` | `string` | `sqlite:///db.sqlite3` | Connection URI for your database. |\n\n---\n\n## Contributing\n\nContributions are welcome and appreciated!\n\n1. Fork the Project\n2. Create a Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit Changes (`git commit -m 'Add AmazingFeature'`)\n4. Push to Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n---\n\n## License\n\nDistributed under the **MIT** License. See [`LICENSE`](LICENSE) for details.\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n\u0026copy; 2026 [Huerte](https://github.com/Huerte). All Rights Reserved.\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuerte%2Facademiqly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuerte%2Facademiqly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuerte%2Facademiqly/lists"}