Skip to content

sameerasmr/TMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔧 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published