https://github.com/baohoangbk235/PlayStudio.gitcd PlayStudio\playstudio.server
dotnet restore
dotnet ef database update
dotnet build
dotnet runOpen http://localhost:5157/swagger/index.html to Swagger page.
cd PlayStudio\playstudio.clientt
npm install
npm run devOpen http://localhost:5173/ to access UI page.