{"id":15418445,"url":"https://github.com/connor4312/uoftdev-web-bootcamp","last_synced_at":"2026-06-07T22:32:40.580Z","repository":{"id":20517610,"uuid":"23796433","full_name":"connor4312/uoftdev-web-bootcamp","owner":"connor4312","description":null,"archived":false,"fork":false,"pushed_at":"2014-09-09T02:23:55.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T21:42:04.719Z","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/connor4312.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}},"created_at":"2014-09-08T15:30:33.000Z","updated_at":"2014-09-09T02:10:42.000Z","dependencies_parsed_at":"2022-08-30T18:00:57.751Z","dependency_job_id":null,"html_url":"https://github.com/connor4312/uoftdev-web-bootcamp","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/connor4312%2Fuoftdev-web-bootcamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connor4312%2Fuoftdev-web-bootcamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connor4312%2Fuoftdev-web-bootcamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connor4312%2Fuoftdev-web-bootcamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/connor4312","download_url":"https://codeload.github.com/connor4312/uoftdev-web-bootcamp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241084096,"owners_count":19907045,"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-10-01T17:20:56.466Z","updated_at":"2025-11-22T22:02:58.703Z","avatar_url":"https://github.com/connor4312.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uoftdev-web-bootcamp\n\nIn order to build and run this, ensure you have [Node.js (with npm)](http://nodejs.org/download/) installed on your system.\n\nThis project uses a basic Express web server and a Gulp build environment. Note that much of the minification I'd normally put in Gulp has removed -- this is based on [gulp-breakout](https://github.com/connor4312/gulp-breakout). No reason to eat 200 mb of disk space for stuff that isn't needed :)\n\nNot a ton of work was put into the design. Sorry. If you want to see nice design, check out [this site](http://mcprohosting.com/).\n\n### Usage:\n\n 1. cd into the project folder\n 2. Only once: run `npm install \u0026\u0026 bower install \u0026\u0026 gulp`.\n 3. Copy `config.example.js` to `config.js`, and change details as desired.\n 3. Run `npm start` to boot the server. By default it is accessible on http://localhost:3000.\n\n\n### API\n\nFavorites are persisted in memory, per server instance. When the server is restarted, favorites are lost. Endpoints:\n\n * `GET /search?query=cats` Returns a random image object for the query, containing data like `{favorite: boolean, id: integer, url: string, query: string}`.\n * `GET /favorites` Returns a list of favorited image objects.\n * `POST /favorites` Add a favorite. Expects the `id` and `query` of the image to be given in the POST body or as GET params.\n * `DELETE /favorites` Removes a favorite. Expects the `id` and `query` of the image to be given in the POST body or as GET params.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnor4312%2Fuoftdev-web-bootcamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconnor4312%2Fuoftdev-web-bootcamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnor4312%2Fuoftdev-web-bootcamp/lists"}