{"id":19404320,"url":"https://github.com/hasithaishere/dyno-express","last_synced_at":"2026-06-12T06:03:03.508Z","repository":{"id":96571918,"uuid":"191934453","full_name":"hasithaishere/Dyno-Express","owner":"hasithaishere","description":"Express JS framework for enhancing the reusability and flexibility of native Express JS boilerplate.","archived":false,"fork":false,"pushed_at":"2019-07-18T11:50:06.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-18T06:08:20.788Z","etag":null,"topics":[],"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/hasithaishere.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":"2019-06-14T11:49:10.000Z","updated_at":"2019-07-18T12:01:50.000Z","dependencies_parsed_at":"2023-04-22T21:16:22.873Z","dependency_job_id":null,"html_url":"https://github.com/hasithaishere/Dyno-Express","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hasithaishere/Dyno-Express","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasithaishere%2FDyno-Express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasithaishere%2FDyno-Express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasithaishere%2FDyno-Express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasithaishere%2FDyno-Express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hasithaishere","download_url":"https://codeload.github.com/hasithaishere/Dyno-Express/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasithaishere%2FDyno-Express/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34231212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10T11:34:02.283Z","updated_at":"2026-06-12T06:03:03.489Z","avatar_url":"https://github.com/hasithaishere.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dyno Express *(Still under development :))*\n\n## Introduction\n\n\u003e This repository contains extended Express JS framework for enhancing the reusability and flexibility of native Express JS boilerplate.\n\n## Installation\n\nInitially clone the project from this repository.\n```sh\n$ git@github.com:hasithaishere/Dyno-Express.git\n```\n\nPlease refer following steps to run the project in local or development environment.\nFirst clone the project form this repository then run following commands.\n```sh\n$ npm install\n$ node start\n```\nThen application will successfully run on your local environment. [http://localhost:3000](http://localhost:3000)\n\n## Code/Folder Structure\nThis application contains following code/folder structure.\n* `controllers/` – defines API routes' logic\n* `config/` – contains all the config files\n* `log/` – contains all application's log files\n* `public/` – contains all static files like images, styles and javascript\n* `schemas/` – provide validation rules for each API request\n* `views/` – provides templates which are rendered and served by your routes\n* `routes/` – contains the express router specific to the each end-point(Grouped based on the bushiness purpose)\n* `tests/` – contain test classes and test-helper classes\n* `tests/integration` – provide the integration/functional tests for each end point\n* `tests/integration/data` – provide test data which required for executing integration/functional test cases\n* `tests/lib/helpers` – helper classes for supporting test classes\n* `app.js` – initializes the app and glues everything together\n* `package.json` – remembers all packages that your app depends on and their versions\n\n\n#### Spin–up Mongo instance (*For Development Purpose*)\n\nUse Docker to run Mongo instance in local development environment. Please install [Docker](https://docs.docker.com/engine/installation/) first, then run following command.\n```sh\n$ docker run --name docker-mongo -p 27017:27017 -v /\u003c Local Path \u003e/mount-folder:/etc/mongo mongo\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasithaishere%2Fdyno-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhasithaishere%2Fdyno-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasithaishere%2Fdyno-express/lists"}