A starter for Node.js web api's.
- 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
# 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