Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 538 Bytes

File metadata and controls

15 lines (15 loc) · 538 Bytes

API_NET

cài .net sdk 7.0

Create Database

chạy script 2 file trong thư mục CreateDatabase vào Sqlserver

Build

dotnet build trong file appsetting đổi server thành server trong sqlserver "ConnectionStrings": { "DefaultConString": "Server=DESKTOP-NBAPOMJ;Database=BikeStores;Trusted_Connection=True;TrustServerCertificate=True;" }

Run

dotnet run

tutorial

chạy localhost:{port}/Swagger để xem api đã build dùng postman để test API hoặc excuted trên chạy localhost:{port}/Swagger