{"id":18330948,"url":"https://github.com/dataquestio/fullstack-takehome-assessment","last_synced_at":"2025-04-09T18:10:41.189Z","repository":{"id":146402156,"uuid":"323856046","full_name":"dataquestio/fullstack-takehome-assessment","owner":"dataquestio","description":null,"archived":false,"fork":false,"pushed_at":"2021-01-14T23:24:40.000Z","size":247,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-02-15T10:46:22.309Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/dataquestio.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":"2020-12-23T09:14:56.000Z","updated_at":"2021-01-14T23:24:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"1d129b61-3621-4b59-be6c-48dd9a42d9fa","html_url":"https://github.com/dataquestio/fullstack-takehome-assessment","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataquestio%2Ffullstack-takehome-assessment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataquestio%2Ffullstack-takehome-assessment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataquestio%2Ffullstack-takehome-assessment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataquestio%2Ffullstack-takehome-assessment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dataquestio","download_url":"https://codeload.github.com/dataquestio/fullstack-takehome-assessment/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248085184,"owners_count":21045137,"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":[],"created_at":"2024-11-05T19:27:19.934Z","updated_at":"2025-04-09T18:10:41.158Z","avatar_url":"https://github.com/dataquestio.png","language":"JavaScript","readme":"This represents a simple application that connects xterm to a shell on the backend.\n\nFrontend uses Node LTS 10.x and yarn package manager.\n##### Installing Node\n1.  Install [Node Version Manager](https://github.com/creationix/nvm)\n2.  Install the latest stable 10.x:\n    `nvm install 10`\n3.  Set this node version as your default version:\n    `nvm alias default 10`\n4.  Verify your default alias with:\n    `nvm list`\n5.  Verify that node is active with:\n    `node --version`\n    \n##### Installing Frontend Dependencies\n\n```bash\ncd ~/fullstack-takehome-assessment/frontend\nnpm install\n```\n\n#### Running Frontend Server\n\n`npm run dev`\n\n-----------------------\nBackend uses Python 3.7 and manages packages via virtualenv.\n\n#### Install Python dependencies\n\nWe use virtualenv to manage our Python dependencies\n\n```bash\ncd ~/fullstack-takehome-assessment/backend\npython3 -m venv env\nsource env/bin/activate\n```\n\nAt this point, you can run:\n\n```bash\npip install -r requirements.txt\n```\n\n#### Launching Application\nActivate virtual environment\n```bash\ncd ~/fullstack-takehome-assessment/backend\nsource env/bin/activate\n```\nLaunch PostgreSQL and Redis using docker-compose, run initial migrations,\nlaunch the development server \n```bash\ndocker-compose up -d\n./manage.py migrate\n./manage.py runserver 5000\n```\nLaunch frontend build \n```bash\ncd ~/fullstack-takehome-assessment/frontend\nnpm run dev\n```\n\nThe application is going to be available on http://localhost:5000/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataquestio%2Ffullstack-takehome-assessment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdataquestio%2Ffullstack-takehome-assessment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataquestio%2Ffullstack-takehome-assessment/lists"}