Skip to content

TomGeske/Volunteering

Repository files navigation

Volunteering

Create a platform to connect volunteers

Planning

Happens in Azure DevOps

Tools

  1. Visual Studio Code (https://code.visualstudio.com/download)
  2. Node (https://nodejs.org/en/download/)

Installation

  1. Clone the repo.
  2. Ensure your client IP is white listed in Cosmos DB Firewall Doc
  3. Get User & Password for Cosmos DB Doc
  4. Restore Developer Secrets on your local machine Doc
    • open command prompt
    • cd [project directory]/src
    • dotnet user-secrets set "EventDB:UserName" "Username from 4"
    • dotnet user-secrets set "EventDB:Password" "Password from 4"
  5. cd ClientApp && npm install && cd ..
  6. dotnet run
  7. Enjoy!