1.2.0 • Published 8 years ago

generator-ts-api v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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

1.2.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.5.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago