{"id":20766155,"url":"https://github.com/navono/web-framework-tutorial","last_synced_at":"2026-04-07T16:31:01.717Z","repository":{"id":74497388,"uuid":"115061738","full_name":"navono/web-framework-tutorial","owner":"navono","description":"A sample source demonstrate different JavaScript web framework","archived":false,"fork":false,"pushed_at":"2018-01-10T11:17:52.000Z","size":127,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T18:54:55.612Z","etag":null,"topics":["dockerfile","expressjs","javascript"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/navono.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-12-22T01:12:52.000Z","updated_at":"2018-02-11T06:59:59.000Z","dependencies_parsed_at":"2023-07-14T06:45:14.062Z","dependency_job_id":null,"html_url":"https://github.com/navono/web-framework-tutorial","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/navono/web-framework-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2Fweb-framework-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2Fweb-framework-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2Fweb-framework-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2Fweb-framework-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/navono","download_url":"https://codeload.github.com/navono/web-framework-tutorial/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2Fweb-framework-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31520377,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["dockerfile","expressjs","javascript"],"created_at":"2024-11-17T11:21:41.446Z","updated_at":"2026-04-07T16:31:01.687Z","avatar_url":"https://github.com/navono.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Express-demo\nA sample source demonstrate Express web framework\n\n![](https://img.shields.io/badge/version-v0.0.1-519dd9.svg)\n![](https://img.shields.io/badge/language-Javascript-orange.svg)\n[![](https://img.shields.io/badge/license-MIT-000000.svg)](https://github.com/navono/learningWebFramework/blob/master/LICENSE)\n\n![](logo.png)\n\n**!!Attention!!**\n\nIn Mongoose(current version: 4.13.7), the callback in `get()` function can not be an [Arrow function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions#No_binding_of_arguments).\nsee issue [5646](https://github.com/Automattic/mongoose/issues/5646)\n\n\n## Installation\n\n```sh\nyarn\n```\n\n## Usage example\n\n1. Build docker image:\n    \u003e docker build -t express-demo:latest .\n\n2. Run MongoDB\n    \u003e docker pull mongo\u003cbr\u003e\n      docker run -v -d /data/mongodb_data:/data/db -p 27017:27017 --name mongo mongo --smallfiles\n\n    Use mongodb client(for example Robo 3T) to check whether mongdb is running.\n3. Run express demo\n    \u003e docker run -dit -p 3000:3000 --name demo --link mongo:mongo express-demo\n\n4. Check it\n    \u003e curl localhost:3000/catalog\n\n\u003c!-- _For more examples and usage, please refer to the [Wiki][wiki]._ --\u003e\n\n## Development setup\n\n\u003e yarn devstart\n\n## Release History\n\n* 0.0.1\n    * Work in progress\n\n## Meta\n[![](https://img.shields.io/badge/twitter-@navono1-blue.svg)](https://twitter.com/navono1)\n\u003c/br\u003e[![](https://img.shields.io/badge/email-@navono007-blue.svg)](mailto:navono007@gmail.com)\n\n\n## License\n[![](https://img.shields.io/badge/license-MIT-000000.svg)](https://github.com/navono/learningWebFramework/blob/master/LICENSE)\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/navono/learningWebFramework/fork\u003e)\n2. Create your feature branch (`git checkout -b feature/fooBar`)\n3. Commit your changes (`git commit -am 'Add some fooBar'`)\n4. Push to the branch (`git push origin feature/fooBar`)\n5. Create a new Pull Request\n\n\u003c!-- Markdown link \u0026 img dfn's --\u003e\n[npm-image]: https://img.shields.io/npm/v/datadog-metrics.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/datadog-metrics\n[npm-downloads]: https://img.shields.io/npm/dm/datadog-metrics.svg?style=flat-square\n[travis-image]: https://img.shields.io/travis/dbader/node-datadog-metrics/master.svg?style=flat-square\n[travis-url]: https://travis-ci.org/dbader/node-datadog-metrics\n[wiki]: https://github.com/yourname/yourproject/wiki\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavono%2Fweb-framework-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnavono%2Fweb-framework-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavono%2Fweb-framework-tutorial/lists"}