scopsy / node-typescript-starter

A modern nodejs api boilerplate with typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A modern nodejs api boilerplate with typescript

License:MIT License


Languages

Language:TypeScript 100.0%