{"id":16154780,"url":"https://github.com/idorobots/fullstack-challenge-starter-scala","last_synced_at":"2026-04-18T17:02:27.554Z","repository":{"id":147470358,"uuid":"118389750","full_name":"Idorobots/fullstack-challenge-starter-scala","owner":"Idorobots","description":"A starter project for fullstack challenges. Includes some basic FE-, BE- and ops-related groundwork for recruitment assignments.","archived":false,"fork":false,"pushed_at":"2021-01-12T18:56:33.000Z","size":48,"stargazers_count":0,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T06:18:18.378Z","etag":null,"topics":["devops","docker","fullstack-boilerplate","scala","typescript"],"latest_commit_sha":null,"homepage":"","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/Idorobots.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":"2018-01-22T01:17:20.000Z","updated_at":"2021-01-12T18:56:35.000Z","dependencies_parsed_at":"2023-07-24T22:01:40.135Z","dependency_job_id":null,"html_url":"https://github.com/Idorobots/fullstack-challenge-starter-scala","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/Idorobots%2Ffullstack-challenge-starter-scala","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Idorobots%2Ffullstack-challenge-starter-scala/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Idorobots%2Ffullstack-challenge-starter-scala/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Idorobots%2Ffullstack-challenge-starter-scala/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Idorobots","download_url":"https://codeload.github.com/Idorobots/fullstack-challenge-starter-scala/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247574088,"owners_count":20960495,"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":["devops","docker","fullstack-boilerplate","scala","typescript"],"created_at":"2024-10-10T01:18:53.079Z","updated_at":"2026-04-18T17:02:22.531Z","avatar_url":"https://github.com/Idorobots.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fullstack Challenge\n\nA full-stack-ish technical challenge for a company.\n\n## Backend part\nTo run the included tests (hopefuly I wrote some ¯\\\\\\_(ツ)\\_/¯) run either of the following commands:\n\n```\nsbt clean-test\n```\n\nTo build \u0026 package the project:\n\n```\nsbt clean-compile\nsbt docker:publishLocal\n```\n\nEnsure that the Docker daemon is up an running in order to create an image. The image will be based on `openjdk:8` so it'll download a bit of crap on the first run. To then run the backend execute either command:\n\n```\nsbt run\ndocker run -p 8081:1234 -e REST_HOST=0.0.0.0 -e REST_PORT=1234 -e LOG_LEVEL=DEBUG fullstack-challenge-be:latest\n```\n\n## Frontend part\nTo run the tests:\n\n```\nnpm run test # Runs the tests inside of Firefox \u0026 Chrome.\nnpm run test:ci # Runs tests inside of a headless browser.\nnpm run test:watch # Runs the tests in an interactive mode - suitable for development.\n```\n\nTo build the project:\n\n```\nnpm run build # Builds a debug version of the project.\nnpm run build:release # Builds a \"release\" \"optimized\" version of the project.\nnpm run build:watch # Rebuilds the project automatically on any source changes.\n```\n\nTo package the project with Docker ensure that the Docker daemon is running and run:\n\n```\nnpm run package\n```\n\nTo run the project after building the image simply execute:\n\n```\ndocker run -p 8080:80 -e BACKEND_URL=\"localhost:8081\" fullstack-challenge-fe:latest\n```\n\n(Alternatively, you can start a static file server inside of the `dist` directory instead of building a Docker image for the frontend.)\n\nOnce everything is set up, you can browse `localhost:8080` for the challenge submition.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidorobots%2Ffullstack-challenge-starter-scala","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidorobots%2Ffullstack-challenge-starter-scala","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidorobots%2Ffullstack-challenge-starter-scala/lists"}