diff --git a/README.md b/README.md index a782919..bc5147a 100644 --- a/README.md +++ b/README.md @@ -1 +1,34 @@ # Time Tracker Azure Functions + +## Requirements + +- NodeJS 12 + +## Considerations + +The functions run in **Serverless Framework** and use **Windows** like OS. + +## Install + +Install Serverless + +```bash +npm install -g serverless +``` + +Check Install + +```bash +serverless -v +``` + +Install azure plugin + +```bash +serverless plugin install --name serverless-azure-functions +``` + + +```bash +serverless plugin install --name serverless-azure-functions +``` diff --git a/nodejs-functions/README.md b/nodejs-functions/README.md new file mode 100644 index 0000000..e84c026 --- /dev/null +++ b/nodejs-functions/README.md @@ -0,0 +1,3 @@ +# Azure Functions + +Refer to [Serverless docs](https://serverless.com/framework/docs/providers/azure/guide/intro/) for more information.