Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 468 Bytes

File metadata and controls

11 lines (10 loc) · 468 Bytes

ReSchedule

Requirements

Azure CLI, .NET 6, Azure table storage, ngrok(for local hosting)

Setup

  1. Create local.settings.json and configure it(see local.settings.example)
  2. Configure azure table storage or azurite
  3. Run ngrok ngrok http 7071
  4. Start the app func host start

Hosting

If you want to host it you can follow this guide