Skip to content

artfauq/generator-exprest-api

Repository files navigation

Express / Rest API generator

Yeoman generator for creating REST APIs with Express

Included

  • TypeScript support
  • RESTful API - Using Express
  • Dependency injection - Using typedi
  • Standard error responses - Using http-errors

Features / options

Installation

First, install Yeoman and generator-exprest-api using npm.

yarn global add yo generator-exprest-api

Usage

Then generate your new project with:

yo exprest-api

NOTE: No need to create a new folder before running the command, the generator will do it for you.

TODO

  • Add missing e2e tests
  • Migrate ORM to MikroORM
  • Complete auth endpoints

License

MIT © Arthur Fauquenot