Go to frontend directory cd Frontend
Install node packages npm i
or npm install
Run the app npm start
Create MSSQL database, and create table with name Students and columns (Id - int, Name - varchar, Age - int)
Go to backend directory cd Backend
Setup file appsettings.json
with your string connection to database
Run the app dotnet run
or if you using Visual Studio just press the green button on top of the screen