This repo contains all Azure Functions that are accessible. Azure functions can be called using a simple HTTP request & the needed Query Parameters or Body Parameters.
💡 This will be much easier running on VS code
- Clone the project
- Run
npm install$ npm run install
- Press
F5in code or runnpm run start$ npm run install
✅ Done! All functions will be accessible locally on your machine.