{"id":22468040,"url":"https://github.com/volt1c/employee_management_api","last_synced_at":"2026-04-28T20:33:09.989Z","repository":{"id":246037628,"uuid":"817063335","full_name":"volt1c/employee_management_api","owner":"volt1c","description":"👔API for managing and controlling employees schedules ","archived":false,"fork":false,"pushed_at":"2024-07-15T14:07:50.000Z","size":84,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T19:27:54.274Z","etag":null,"topics":["api","bycrypt","crud","flask","jwt","pylint","python","sqlalchemy"],"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/volt1c.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-06-19T00:24:17.000Z","updated_at":"2024-07-15T14:18:31.000Z","dependencies_parsed_at":"2024-06-25T14:08:24.388Z","dependency_job_id":"80e7b36a-595f-470f-9b85-816d4551a116","html_url":"https://github.com/volt1c/employee_management_api","commit_stats":null,"previous_names":["volt1c/employee_management_api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volt1c%2Femployee_management_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volt1c%2Femployee_management_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volt1c%2Femployee_management_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volt1c%2Femployee_management_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volt1c","download_url":"https://codeload.github.com/volt1c/employee_management_api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245873750,"owners_count":20686645,"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":["api","bycrypt","crud","flask","jwt","pylint","python","sqlalchemy"],"created_at":"2024-12-06T11:14:41.170Z","updated_at":"2026-04-28T20:33:09.958Z","avatar_url":"https://github.com/volt1c.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Employee Management API\n![pylint workflow](https://github.com/volt1c/employee_management_api/actions/workflows/pylint.yml/badge.svg)\n\n## Instruction\n\n### 1. Install Packages\n```shell\n$ pip install -r requirements.txt\n```\n\n### 2. Create database\n\n### 3. Correct environment variables file\nSet your database URI and jwt secret key\n```dotenv\n# .env\n# Host Config\nHOST='0.0.0.0'\nPORT=80\nENV='production'\nDEBUG=False\n\n# Database Config\nSQLALCHEMY_DATABASE_URI_DEV='mysql://username:password@address/database_name'\nSQLALCHEMY_TRACK_MODIFICATIONS=False\n\n# Auth Config\nJWT_SECRET_KEY='some_jwt_secret_key'\n\n# Routes Config\nROUTE_ADMIN_REGISTRATION=True\n```\n\n### 4. Run application\n\n### 5. Register Admins\nSend new admin to `\u003cyour_url\u003e/api/auth/register`\n```json\n{\n  \"username\": \"\u003cusername\u003e\",\n  \"password\": \"\u003cpassword\u003e\",\t  \n  \"email\": \"\u003cemail\u003e\"\n}\n```\n\n### 6. Disable admins registration\n```dotenv\n# .env\n...\nROUTE_ADMIN_REGISTRATION=False\n```\n\n### 7. Restart application","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolt1c%2Femployee_management_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvolt1c%2Femployee_management_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolt1c%2Femployee_management_api/lists"}