{"id":18594940,"url":"https://github.com/sethbergman/jobfinder","last_synced_at":"2026-04-14T14:32:12.080Z","repository":{"id":69157360,"uuid":"55944358","full_name":"sethbergman/jobfinder","owner":"sethbergman","description":"Basic app with API built with MongoDB, Express, Angular and Node | http://job-board.npmstack.com","archived":false,"fork":false,"pushed_at":"2018-01-19T23:49:17.000Z","size":1374,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-16T12:14:26.169Z","etag":null,"topics":["angular","angular-resource","bluebird-promise","dokku","express","mean-stack","mongodb","nodejs"],"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/sethbergman.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":"2016-04-11T05:29:59.000Z","updated_at":"2017-04-27T03:36:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"c8690a5f-86fe-42ff-9440-338219040ea1","html_url":"https://github.com/sethbergman/jobfinder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sethbergman/jobfinder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethbergman%2Fjobfinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethbergman%2Fjobfinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethbergman%2Fjobfinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethbergman%2Fjobfinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sethbergman","download_url":"https://codeload.github.com/sethbergman/jobfinder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethbergman%2Fjobfinder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31801285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["angular","angular-resource","bluebird-promise","dokku","express","mean-stack","mongodb","nodejs"],"created_at":"2024-11-07T01:17:50.076Z","updated_at":"2026-04-14T14:32:12.048Z","avatar_url":"https://github.com/sethbergman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Job Finder\n------\nTest and Behavior Driven Development - built with MongoDB, Express, Angular and Node\n\n[![npm](https://img.shields.io/npm/v/npm.svg?maxAge=2592000)](https://github.com/sethbergman/jobfinder)\n[![Dependency Status](https://david-dm.org/sethbergman/jobfinder.svg)](https://david-dm.org/sethbergman/jobfinder)\n[![devDependency Status](https://david-dm.org/sethbergman/jobfinder/dev-status.svg)](https://david-dm.org/sethbergman/jobfinder#info=devDependencies)\n[![Docker Repository on Quay](https://quay.io/repository/sethbergman/jobfinder/status \"Docker Repository on Quay\")](https://quay.io/repository/sethbergman/jobfinder)\n[![Codeship](https://img.shields.io/codeship/d6c1ddd0-16a3-0132-5f85-2e35c05e22b1.svg?maxAge=2592000)](https://github.com/sethbergman/jobfinder)\n\n\n## Prerequisites\n\nYou will need the following software properly installed on your computer.\n\n* [Git](http://git-scm.com/)\n* [Node.js](http://nodejs.org/) (with NPM)\n* [MongoDB](https://www.mongodb.org/)\n\n### Clone the Project\n```\ngit clone https://github.com/sethbergman/jobfinder.git \u0026\u0026 cd jobfinder\n```\n\n### Install Dependencies\n```\nnpm install \u0026\u0026 bower install\n```\n\n### Initialize MongoDB\n```\nmongod --dbpath data\n```\n\n### Run the app\n```\nnpm start\n```\n\n### Test Driven Development\n```\nnpm test\n```\n\n### Behavior Driven Development\n```\nkarma start\n```\nIf you are developing locally and you want karma to watch the files for changes then you'll need to change line 69 in `karma.conf.js` file to `singleRun: false`. It is set to `true` to enable tests in continuous integration mode.\n\n### Deployment\n\nThis application uses the 12 Factor methodology for building applications which run as a service.\nLearn more about __\u003ca href=\"http://12factor.stackriot.com\" target=\"_blank\"\u003eThe Twelve Factors\u003c/a\u003e__.\n\nI use \u003ca href=\"http://dokku.viewdocs.io/dokku/\" target=\"_blank\"\u003edokku\u003c/a\u003e, a Docker powered mini-Heroku that I run on my own server. The only environment variable I had to set is the `MONGODB_URL`. It's NEVER a good idea to commit your database connection string into the repository. In my project's root directory, I entered the following in my terminal window.\n\n```\ndokku config:set MONGODB_URL=mongodb://\u003cdbuser\u003e:\u003cdbpass\u003e@ds12211.mlab.com:12211/jobslist\n```\n\nThis is of course after I added the dokku remote and committed all of my project files.\n\n```\ngit remote add dokku dokku@dokku-server.com:jobfinder\ngit push dokku master\n```\n\n### Demo\n__[JobFinder App](http://job-board.npmstack.com/)__\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsethbergman%2Fjobfinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsethbergman%2Fjobfinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsethbergman%2Fjobfinder/lists"}