/ts-api-generator

Primary LanguageTypeScriptMIT LicenseMIT

generator-ts-api NPM version Build Status Dependency Status Coverage percentage

Description

This project is a Scaffolding to create a new Project Node.js with TypeScript and MongoDB. We created a simples Auth with JWT to help someone with this simple step.

Installation

First, install Yeoman and generator-ts-api using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-ts-api

Then generate your new project:

yo ts-api

This project was configured with:

  • JTW.
  • Mongodb.
  • Express.
  • Multer.

To run

  • After install you'll need to execute de follow steps below:
  • npm run compile (to generate your dist)
  • npm start (to execute your project) this command will open your project in localhost:3040

License

MIT © Thiago Adriano