Skip to content

eklavyamirani/react-dotnet-postgres-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Setup instructions

  1. Setup the postgres config in .devcontainer/.postgres.env (copy the sample, rename it to .postgres.env and fill in the values)
  2. Load the devcontainer

create the react app in the container

npx create-react-app <appname>

create dotnet webapi

dotnet new webapi -o <project_name> --use-controllers --use-program-main

create dotnet gitignore

dotnet new gitignore

create new controller

dotnet new apicontroller --actions --name <controller name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published