Skip to content

one-project-one-month/BDMS_CSharp

Repository files navigation

BDMS C#

Run Docker (SQL Server 2022)

docker compose up -d

SQL Server is available at localhost,1433 with:

  • User: sa
  • Password: BDMS@2026
  • Database: BDMS

Start the project (new developer setup)

  1. Start SQL Server:

    docker compose up -d
  2. Restore dependencies:

    dotnet restore
  3. Run the API:

    dotnet run --project BDMS.Api
  4. Run tests:

    dotnet test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors