{"id":19130469,"url":"https://github.com/johnrazeur/generator-rest-express-typescript","last_synced_at":"2025-05-06T06:45:07.797Z","repository":{"id":57248675,"uuid":"190989384","full_name":"johnrazeur/generator-rest-express-typescript","owner":"johnrazeur","description":"Create a REST API with express and typescript","archived":false,"fork":false,"pushed_at":"2023-02-28T21:33:18.000Z","size":600,"stargazers_count":7,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-16T16:12:48.718Z","etag":null,"topics":["docker","generator","rest","swagger","typescript","yeoman"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/johnrazeur.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2019-06-09T09:48:42.000Z","updated_at":"2021-05-12T09:27:37.000Z","dependencies_parsed_at":"2024-11-09T06:11:08.271Z","dependency_job_id":"5d0d931e-8a98-48d0-95ef-1c4457659cc1","html_url":"https://github.com/johnrazeur/generator-rest-express-typescript","commit_stats":{"total_commits":21,"total_committers":1,"mean_commits":21.0,"dds":0.0,"last_synced_commit":"1b0bfb1f4239e4f7d3996e7e5e73f8b4e8fabdc6"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnrazeur%2Fgenerator-rest-express-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnrazeur%2Fgenerator-rest-express-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnrazeur%2Fgenerator-rest-express-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnrazeur%2Fgenerator-rest-express-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnrazeur","download_url":"https://codeload.github.com/johnrazeur/generator-rest-express-typescript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252636332,"owners_count":21780434,"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":["docker","generator","rest","swagger","typescript","yeoman"],"created_at":"2024-11-09T06:11:03.229Z","updated_at":"2025-05-06T06:45:07.776Z","avatar_url":"https://github.com/johnrazeur.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# generator-rest-express-typescript [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage percentage][coveralls-image]][coveralls-url]\n\u003e Create a REST API in typescript with [Express](https://expressjs.com/fr/) and [Typeorm](https://typeorm.io/#/)\n\n![](screenshot.png)\n\n\n## Installation\n\nFirst, install [Yeoman](http://yeoman.io) and generator-rest-express-typescript using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).\n\n```bash\nnpm install -g yo\nnpm install -g generator-rest-express-typescript\n```\n\nThen generate your new project:\n\n```bash\nyo rest-express-typescript myapp\n```\n## Very coolos features\n\n* generate openapi documention with a simple command, and read it via swagger-ui\n* Logs with morgan\n\n## Getting Started\n\n* Run `npm start` to preview and watch for changes\n* Run `npm run migration:run` to run migration scripts\n* Run `npm run debug` to lauchn debug mode\n* Run `npm run build` to create the production version\n* Run `npm run test` to lauch jest test\n* Run `npm run swagger:generate`to generate the swagger file from code\n## Docker\n\nYou can use docker during your developement process.\nFirst, build the docker image:\n```bash\ndocker build -t myapp .\n```\n\nAnd run it:\n```bash\ndocker run -p 3000:3000 -v $(pwd):/usr/src/app myapp\n```\n## TODO 🚧  \n\n* Add subcommand to create a new endpoint\n\n## Contribute\n\nSee the [contributing docs](contributing.md).\n\n## License\n\nMIT © [Clément Lafont](johnrazeur@gmail.com)\n\n\n[npm-image]: https://badge.fury.io/js/generator-rest-express-typescript.svg\n[npm-url]: https://npmjs.org/package/generator-rest-express-typescript\n[travis-image]: https://travis-ci.org/johnrazeur/generator-rest-express-typescript.svg?branch=master\n[travis-url]: https://travis-ci.org/johnrazeur/generator-rest-express-typescript\n[coveralls-image]: https://coveralls.io/repos/johnrazeur/generator-rest-express-typescript/badge.svg\n[coveralls-url]: https://coveralls.io/r/johnrazeur/generator-rest-express-typescript\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnrazeur%2Fgenerator-rest-express-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnrazeur%2Fgenerator-rest-express-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnrazeur%2Fgenerator-rest-express-typescript/lists"}