This is project is part of my YouTube Tutorial about Creating A Full Stack App using Reactjs, ASP .Net Core Web API and MongoDB.
Link to my YouTube Channel https://www.youtube.com/@coding-aqyanoos
Link to my website https://aqyanoos.com
Visit The Video Tutorial here
- Enter Your Own MongoDB Connection String inside
appsettings.json
. - Install dependencies for Web Api(check NuGet package manager).
- Remove
package-lock.json
before doing the next step. - Install dependencies for React: Jump to the ClientApp directory and run
npm install
in your terminal.
I modified the file package.json
but the original version of this file is package copy.json
in case you want to install all dependencies came with React inside ASP .Net Core.
Visit my YouTube channel and watch the Full Tutorial on YouTube here.