- Setup the postgres config in .devcontainer/.postgres.env (copy the sample, rename it to .postgres.env and fill in the values)
- Load the devcontainer
npx create-react-app <appname>
dotnet new webapi -o <project_name> --use-controllers --use-program-main
dotnet new gitignore
dotnet new apicontroller --actions --name <controller name>