Creating the MySQL Database reactivities
using below command
Restore the nuget package using the blow command
Once Package is restored, Make sure the database server is up and running.
Navigate to API
Project from terminal using the below command
Once we are under API
Project, Use the below command to run the application
Make API
project as startup
project and run API
project
For Photo upload feature to work create a Cloudinary Account and fill the details in appsettings.json file present api project
Navigate to client-app using the below command
Restore the required package using the below command
Run the UI project using the below command
Navigating to http://localhost:3000
from browser should land up in home page
Migration using dotnet-ef
Create Migrations when added entity