Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 641 Bytes

File metadata and controls

43 lines (35 loc) · 641 Bytes

🔧 Setup Instructions

1️⃣ Clone the Repository

git clone https://github.com/sameerasmr/TMS.git

2️⃣ Backend Setup

cd TMS.API

Update appsettings.json

"ConnectionStrings": {
  "DefaultConnection": "Server=localhost;Database=TMSDB;Trusted_Connection=True;TrustServerCertificate=True;"
}

Apply Migrations and Run

dotnet ef database update
dotnet run

Backend will start on:

https://localhost:7123/

3️⃣ Frontend Setup

cd TMS.Web
npm install
npm run start

🔐 Authentication

Default user:

Username: admin
Password: password