Skip to content
Ryan Rightmer edited this page Feb 25, 2021 · 7 revisions

Setting up Tenant File App for Local Development

Tools/SDKs

  • dotnet: Required to compile and run the API. Download here
  • nvm: A highly recommended version manager for node. Download here
    • If you don't use nvm, then acquiring node directly is required. Download here

Development on the backend requires:

  • Docker: Used for having a more easily setup postgres development environment. Install from here
  • gcloud: A recommended tool to interact with the google cloud platform. Instruction to install are here
Clone this wiki locally