{"id":30179837,"url":"https://github.com/marshallvoid/careers-flux-website","last_synced_at":"2026-05-01T18:32:30.602Z","repository":{"id":243295196,"uuid":"812031489","full_name":"marshallvoid/careers-flux-website","owner":"marshallvoid","description":"CareersFlux - Career Consulting","archived":false,"fork":false,"pushed_at":"2024-10-11T04:10:14.000Z","size":10076,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-11T21:23:14.844Z","etag":null,"topics":["cloudinary","css","django","html","javascript","jinja2","python","restful-api"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/marshallvoid.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-07T20:08:03.000Z","updated_at":"2025-08-07T12:50:10.000Z","dependencies_parsed_at":"2024-06-07T21:43:51.296Z","dependency_job_id":"ac6c62d2-0fef-433d-8902-d18c015f7c09","html_url":"https://github.com/marshallvoid/careers-flux-website","commit_stats":null,"previous_names":["hiepthanhtran/bluecc-website","hdevlin2913/careersflux-website","hdevlin2913/careers-flux-website","hdevlinz/careers-flux-website","hiepthanhtran/careers-flux-website","deviquee/careers-flux-website","marshallvoid/careers-flux-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marshallvoid/careers-flux-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marshallvoid%2Fcareers-flux-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marshallvoid%2Fcareers-flux-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marshallvoid%2Fcareers-flux-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marshallvoid%2Fcareers-flux-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marshallvoid","download_url":"https://codeload.github.com/marshallvoid/careers-flux-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marshallvoid%2Fcareers-flux-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cloudinary","css","django","html","javascript","jinja2","python","restful-api"],"created_at":"2025-08-12T06:24:16.009Z","updated_at":"2026-05-01T18:32:30.593Z","avatar_url":"https://github.com/marshallvoid.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CareersFlux - Career Consulting\n\nCareersFlux is a project using Django Framework of our group in the Information System Security subject\n\n## Installation\n1. Clone the project:\n\n```bash\ngit clone https://github.com/HiepThanhTran/CareersFlux-Website.git\n```\n\n2. Create Virtual Environment:\n\n```bash\npython -m venv venv\n```\n\n3. Activate the environment\n\n```bash\nsource venv/bin/activate   # On Windows: venv\\Scripts\\activate\n```\n\n4. Install dependencies from requirements.txt\n\n```bash\npip install -r requirements.txt\n```\n\n5. Makemigration and migrate database:\n```bash\npython manage.py makemigrations\npython manage.py migrate\n```\n\n*Note*: Make sure you connect to your database configured in the settings.py file:\n```bash\nDATABASES = {\n    'default': {\n        'ENGINE': 'django.db.backends.\u003cENGINE\u003e',\n        'NAME': '\u003cDATABASE_NAME\u003e',\n        'USER': '\u003cDATABASE_USER\u003e',\n        'PASSWORD': 'DATABASE_PASSWORD\u003e',\n        'HOST': '\u003cYOUR HOST\u003e',\n        'PORT': '\u003cYOUR PORT\u003e'\n    }\n}\n```\n\n*Or you can use sqlite3*:\n```bash\nDATABASES = {\n    'default': {\n         'ENGINE': 'django.db.backends.sqlite3',\n         'NAME': BASE_DIR / 'db.sqlite3',\n     },\n}\n```\n\n## Run locally\n- After that just run project in localhost with the following command in terminal:\n\nHTTP Protocol\n```bash\npython manage.py runserver\n```\n\nHTTPS Protocol (For Login/Signup with Facebook)\n```bash\npython manage.py runsslserver\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarshallvoid%2Fcareers-flux-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarshallvoid%2Fcareers-flux-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarshallvoid%2Fcareers-flux-website/lists"}