git clone https://github.com/sameerasmr/TMS.gitcd TMS.API"ConnectionStrings": {
"DefaultConnection": "Server=localhost;Database=TMSDB;Trusted_Connection=True;TrustServerCertificate=True;"
}dotnet ef database update
dotnet runBackend will start on:
https://localhost:7123/
cd TMS.Web
npm install
npm run startDefault user:
Username: admin
Password: password