Node Api Starter一个利用typescript实现的nodejs api样板

Node Api Starter一个利用typescript实现的nodejs api样板

Node.js 其它杂项

访问GitHub主页

共47Star

详细介绍

Node Api Starter

Dependency Status

A starter for Node.js web api's.

Features

  • ts-express-decorator
  • Local authentication using Email and Password
  • Facebook authentication for client side sdk integration
  • JWT token authentication
  • Typescript
  • Swagger documentation
  • class-validator for validating controller json input
  • Scalable design
  • ES next features

Prerequisites

Getting Started

# Get the latest snapshot
git clone --depth=1 https://github.com/scopsy/node-typescript-starter.git projectname

cd projectname
rm -rf !$/.git

npm install

# start your app
npm start