{"id":28515474,"url":"https://github.com/devvspaces/gexas-server","last_synced_at":"2026-07-11T08:32:42.470Z","repository":{"id":193120654,"uuid":"688070315","full_name":"devvspaces/gexas-server","owner":"devvspaces","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-06T19:33:02.000Z","size":85,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-07-11T08:32:40.859Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/devvspaces.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-09-06T15:31:33.000Z","updated_at":"2025-01-24T08:43:57.000Z","dependencies_parsed_at":"2023-09-06T22:15:00.347Z","dependency_job_id":null,"html_url":"https://github.com/devvspaces/gexas-server","commit_stats":null,"previous_names":["devvspaces/gexas-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devvspaces/gexas-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvspaces%2Fgexas-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvspaces%2Fgexas-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvspaces%2Fgexas-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvspaces%2Fgexas-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devvspaces","download_url":"https://codeload.github.com/devvspaces/gexas-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvspaces%2Fgexas-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35356473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-11T02:00:05.354Z","response_time":104,"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":[],"created_at":"2025-06-09T03:05:50.222Z","updated_at":"2026-07-11T08:32:42.466Z","avatar_url":"https://github.com/devvspaces.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gexas Server\r\n\r\nGenerate charts for exam results.\r\n\r\n## Installation\r\n\r\n1. Install requirements\r\n\r\n    Create virtual environment and install requirements\r\n\r\n    ```bash\r\n    pip install -r requirements.txt\r\n    ```\r\n\r\n2. Create .env secret file in the root folder `src`\r\n\r\n    ```bash\r\n    cp env.dev .env\r\n    ```\r\n\r\n3. Create logs folder\r\n\r\n    ```bash\r\n    mkdir logs\r\n    ```\r\n\r\n4. Run migrations\r\n\r\n    ```bash\r\n    python manage.py migrate\r\n    ```\r\n\r\n## Usage\r\n\r\n1. Run server\r\n\r\n    ```bash\r\n    python manage.py runserver\r\n    ```\r\n\r\n2. Make API Post request to `http://localhost:8000/create/`. Provide the `X-API-HEADER` and the csv file to the file field. The make request. This will generate the files required and organize them accordingly. These will return a url to you in the json response. You can use this url to view the processed html page.\r\n\r\n    ```bash\r\n    curl -X POST \\\r\n        -H \"X-API-HEADER: \u003cAPI_KEY\u003e\" \\\r\n        -F \"file=@\u003cCSV_FILE\u003e\" \\\r\n        http://localhost:8000/create/\r\n    ```\r\n\r\n3. To view the generated html page, go to `http://localhost:8000/\u003cURL_FROM_RESPONSE\u003e`.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevvspaces%2Fgexas-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevvspaces%2Fgexas-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevvspaces%2Fgexas-server/lists"}