{"id":23953861,"url":"https://github.com/scholarx-assesment/student-service","last_synced_at":"2026-04-15T19:39:36.033Z","repository":{"id":268682783,"uuid":"900907934","full_name":"scholarX-Assesment/student-service","owner":"scholarX-Assesment","description":"Student Microservice for the Edutrack System","archived":false,"fork":false,"pushed_at":"2024-12-18T10:31:44.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-06T14:49:42.786Z","etag":null,"topics":["containerization","docker","fastapi","github-actions","microservices","postgresql"],"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/scholarX-Assesment.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}},"created_at":"2024-12-09T17:33:45.000Z","updated_at":"2024-12-18T10:32:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"40a32991-060b-4826-b135-3b6fa4953618","html_url":"https://github.com/scholarX-Assesment/student-service","commit_stats":null,"previous_names":["scholarx-assesment/student-service"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scholarX-Assesment%2Fstudent-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scholarX-Assesment%2Fstudent-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scholarX-Assesment%2Fstudent-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scholarX-Assesment%2Fstudent-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scholarX-Assesment","download_url":"https://codeload.github.com/scholarX-Assesment/student-service/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240457996,"owners_count":19804489,"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":["containerization","docker","fastapi","github-actions","microservices","postgresql"],"created_at":"2025-01-06T14:46:46.227Z","updated_at":"2025-11-14T20:05:15.335Z","avatar_url":"https://github.com/scholarX-Assesment.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Student Service API\n\nThis API provides CRUD operations for managing students, academic histories, and courses.\n\n## Service Information\n\nThe Student Service API is designed to manage student records, academic histories, and course enrollments. It provides endpoints to create, read, update, and delete student information, as well as manage academic histories and course enrollments.\n\n## Setup Instructions\n\n### Prerequisites\n\n- Python 3.8+\n- PostgreSQL\n- SQLAlchemy\n- FastAPI\n\n### Installation\n\n1. Clone the repository:\n    ```sh\n    git clone https://github.com/yourusername/student-service.git\n    cd student-service\n    ```\n\n2. Create and activate a virtual environment:\n    ```sh\n    python3 -m venv env\n    source env/bin/activate\n    ```\n\n3. Install the dependencies:\n    ```sh\n    pip install -r requirements.txt\n    ```\n\n4. Set up the database:\n    - Create a PostgreSQL database.\n    - Update the database URL in the `database.py` file.\n\n5. Run the migrations to set up the database schema:\n    ```sh\n    alembic upgrade head\n    ```\n\n6. Start the FastAPI server:\n    ```sh\n    uvicorn main:app --reload\n    ```\n\n7. Access the API documentation at `http://127.0.0.1:8000/docs`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscholarx-assesment%2Fstudent-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscholarx-assesment%2Fstudent-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscholarx-assesment%2Fstudent-service/lists"}