{"id":29107661,"url":"https://github.com/lordmitrii/student-assistant-react","last_synced_at":"2026-04-09T02:03:54.638Z","repository":{"id":288272603,"uuid":"959805451","full_name":"lordmitrii/student-assistant-react","owner":"lordmitrii","description":"A full-stack web application for tracking assignments, grades, and academic progress. Built with React, Django REST Framework, and modern UI components. Designed for educational use and personal learning.","archived":false,"fork":false,"pushed_at":"2025-04-16T13:06:17.000Z","size":780,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-16T19:29:14.362Z","etag":null,"topics":["django","djangorestframework","docker","fullstack-development","react","rest-api","vite"],"latest_commit_sha":null,"homepage":"","language":"Python","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/lordmitrii.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,"zenodo":null}},"created_at":"2025-04-03T11:34:21.000Z","updated_at":"2025-04-16T13:08:35.000Z","dependencies_parsed_at":"2025-04-16T19:40:00.505Z","dependency_job_id":null,"html_url":"https://github.com/lordmitrii/student-assistant-react","commit_stats":null,"previous_names":["lordmitrii/student-assistant-react"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lordmitrii/student-assistant-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordmitrii%2Fstudent-assistant-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordmitrii%2Fstudent-assistant-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordmitrii%2Fstudent-assistant-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordmitrii%2Fstudent-assistant-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lordmitrii","download_url":"https://codeload.github.com/lordmitrii/student-assistant-react/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordmitrii%2Fstudent-assistant-react/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262539102,"owners_count":23325835,"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","djangorestframework","docker","fullstack-development","react","rest-api","vite"],"created_at":"2025-06-29T05:07:18.397Z","updated_at":"2025-12-30T22:21:39.288Z","avatar_url":"https://github.com/lordmitrii.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Student Assistant\n\n## Project Description\n\n**Student Assistant** is a web application designed to help students track academic deadlines and manage their grades.\n\nUsers can:\n- Add, edit, and delete courses\n- Assign deadlines for assignments, quizzes, and projects\n- Input grades for deadlines or record them independently\n- Sort deadlines by date to better organize their academic schedule\n- Use calculator to calculate weighted average\n- See recent grades, upcoming deadlines and latest news on the home page\n\n\n\n## Getting Started\n\n### Backend Setup\n\n1. Navigate to the backend directory:\n\n    ```bash\n    cd backend\n    ```\n\n2. Create a virtual environment:\n\n    ```bash\n    python -m venv venv\n    ```\n\n3. Activate the virtual environment:\n\n    - On **macOS/Linux**:\n\n        ```bash\n        source venv/bin/activate\n        ```\n\n    - On **Windows**:\n\n        ```bash\n        venv\\Scripts\\activate\n        ```\n\n4. Install the dependencies:\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n5. Run the backend server:\n\n    ```bash\n    python manage.py makemigrations\n    python manage.py migrate\n    python manage.py runserver\n    ```\n\n\n### Frontend Setup\n\n1. Navigate to the frontend directory:\n\n    ```bash\n    cd frontend\n    ```\n\n2. Install the dependencies:\n\n    ```bash\n    npm install\n    ```\n\n3. Start the frontend development server:\n\n    ```bash\n    npm run dev\n    ```\n\n## Docker\n\nThis project is fully containerized for rapid deployment. All you have to do:\n\n1. Install docker, docker-compose and make sure it is running.\n\n2. Build the images:\n\n```bash\ndocker-compose build\n```\n\n3. Run the containers\n\n```bash\ndocker-compose up\n```\n\n\n## Sources Used\n\n- [Bootstrap v5.3.3](https://getbootstrap.com/)\n- [Google OAuth v2.0](https://developers.google.com/identity)\n- [Django-Allauth v0.65.5](https://django-allauth.readthedocs.io)\n- [PyJWT v2.6.0](https://pypi.org/project/PyJWT/)\n- [React](https://react.dev/)\n\n\n## Credits\n\nThis project was originally built with a group of students. The original version can be found at: [StudentAssistant](https://github.com/lordmitrii/StudentAssistant)\n\nThis version builds on the original by adding a React frontend.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flordmitrii%2Fstudent-assistant-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flordmitrii%2Fstudent-assistant-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flordmitrii%2Fstudent-assistant-react/lists"}