{"id":13317172,"url":"https://github.com/xJREB/skeleton-express-typescript","last_synced_at":"2025-03-11T00:33:32.738Z","repository":{"id":44221239,"uuid":"143291433","full_name":"xJREB/skeleton-express-typescript","owner":"xJREB","description":"A skeleton project with Express.js, TypeScript, Mocha, and Chai.","archived":false,"fork":false,"pushed_at":"2022-12-30T18:26:55.000Z","size":401,"stargazers_count":7,"open_issues_count":10,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-01T12:25:41.602Z","etag":null,"topics":["chai","expressjs","mocha","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/xJREB.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":"2018-08-02T12:25:59.000Z","updated_at":"2022-04-25T10:38:26.000Z","dependencies_parsed_at":"2023-01-31T13:00:43.936Z","dependency_job_id":null,"html_url":"https://github.com/xJREB/skeleton-express-typescript","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xJREB%2Fskeleton-express-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xJREB%2Fskeleton-express-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xJREB%2Fskeleton-express-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xJREB%2Fskeleton-express-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xJREB","download_url":"https://codeload.github.com/xJREB/skeleton-express-typescript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221201820,"owners_count":16775418,"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":["chai","expressjs","mocha","typescript"],"created_at":"2024-07-29T18:24:34.093Z","updated_at":"2024-10-23T13:31:10.296Z","avatar_url":"https://github.com/xJREB.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Expres.js Typescript RESTful API Skeleton Project\n\n\u003e A skeleton project for a RESTful web service with Express.js, TypeScript, Mocha, and Chai.\n\n## Structure\n\n- `src/index.ts`: entry file for the app that starts of express server\n- `src/App.ts`: express app class where middleware is configured\n- `src/routes/`: directory for all routes; all `*.routes.ts` files in here are automatically included by `index.ts` and injected into `App.ts`.\n- `src/config/config.ts`: configuration file with app or environment specific properties\n- `test/`: directory for all tests\n\n## Build Setup\n\n``` bash\n# install dependencies\nnpm install\n\n# serve locally with hot reload on localhost:3000 (adjustable in `src/config/config.ts` or with ENV variable `PORT`)\nnpm start\n\n# build node.js version for production\nnpm run build\n\n# start created production build\nnpm run prod\n\n# run TypeScript linter\nnpm run lint\n\n# run tests\nnpm test\n```\n\n## Useful VSCode Extensions\n\n- TSLint (enforces coding rules in `tslint.json`)\n- EditorConfig (enforces code formatting in `.editorconfig`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FxJREB%2Fskeleton-express-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FxJREB%2Fskeleton-express-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FxJREB%2Fskeleton-express-typescript/lists"}