{"id":19985894,"url":"https://github.com/aeberdinelli/challenge","last_synced_at":"2026-05-12T15:36:14.318Z","repository":{"id":186501496,"uuid":"674779455","full_name":"aeberdinelli/challenge","owner":"aeberdinelli","description":"Backend of the engineering challenge","archived":false,"fork":false,"pushed_at":"2023-08-06T21:22:30.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T18:06:35.321Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/aeberdinelli/challenge-app","language":"TypeScript","has_issues":false,"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/aeberdinelli.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":"2023-08-04T18:56:14.000Z","updated_at":"2023-08-06T10:41:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc36266a-2e5b-4900-b126-47cdd516c2d9","html_url":"https://github.com/aeberdinelli/challenge","commit_stats":null,"previous_names":["aeberdinelli/challenge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aeberdinelli/challenge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeberdinelli%2Fchallenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeberdinelli%2Fchallenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeberdinelli%2Fchallenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeberdinelli%2Fchallenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aeberdinelli","download_url":"https://codeload.github.com/aeberdinelli/challenge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeberdinelli%2Fchallenge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32945908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"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":[],"created_at":"2024-11-13T04:26:44.195Z","updated_at":"2026-05-12T15:36:14.299Z","avatar_url":"https://github.com/aeberdinelli.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Take Home Engineering Challenge\n## Setup\n1. Install NodeJS and MongoDB\n2. Update `.env.dev` with your desired settings and rename it to `.env`\n3. Run `npm run build` and `npm start`\n4. You can also run `npm run dev` to listen for changes and re-starting the app\n\n## DB Setup\n1. If you haven't already, create a database in your MongoDB server. If you wish to use the provided `.env.dev` file, you can call it `challenge` and rename the file to `.env`.\n2. If you need to fill the DB with sample data (recommended), run `npm run import`.\n\n## Stack\n- **MongoDB** data was already a huge json so that helped importing everything more easily, also this allows me to add features on the go without having to change database structure\n- **Mongoose** as ORM, because it is simple and provides built-in validation for input data\n- **Typescript** because ❤️\n- **Expressjs** again, simplicity and being flexible. The project didn't ask for that much of functionality so I just used the one I know the most\n\n## Notes\n- I tried to type absolutely everything, taking advantage of some useful TS stuff such as `keyof`, `Omit`, `Partial` and generics.\n- I took the cities from the results and created a collection and endpoint to get them in order to use it in the frontend filters.\n\n## About me\nCheck my other repos, I have some interesting stuff 🤓\n\nhttps://github.com/aeberdinelli\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeberdinelli%2Fchallenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faeberdinelli%2Fchallenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeberdinelli%2Fchallenge/lists"}