a Chingdo v45-tier3-50 project
An app with a React frontend and an ASP.NET Core Web API backend
Located in the ./reactapp
folder
from this location, you can run
npm install #install dependencies
npm run start #run application once dependices are installed
Located in the ./webapi
folder
You are provided with a appsettings.example.json
. you would need to create a appsettings.json
from it, with the proper Connection String in order to communicate with the DB.
from this location, you can run
dotnet watch
to run the server and the SwaggerAPI related to it.
At the root of the project, you may be able to launch both at once pressing "Start"