Guideline and examples for IDA AUTH Serverless API V2, encouraging consistency, maintainability, and best practices across applications.
- Download and install NodeJS
- Download and install Yarn
- Download and install MongoDB
- Download and install Code editor that you prefer
All Serverless setup you find here
Before start, install the serverless using the yarn:
yarn global add serverless
Or via npm
npm i -g serverless
[...]
[...]
- TypeScript - TypeScript is a typed superset of JavaScript that compiles to plain JavaScript
- Serverless - Component library
- Yarn - Dependency Management
- ESLint - Source analyze Tool. Airbnb JavaScript Style Guide
- TSDOC - TypeScript Documentation
We use SemVer for versioning. For the versions available, see the tags on this repository.