Skip to content

Quick Start

Andres "Mateo" Ruiz Flores edited this page Apr 19, 2023 · 2 revisions

Requirements: .NET version 6.0 or newer.

Clone the Github Repository:

git clone https://github.com/m-ruiz21/project2_api.git

Install Dependencies:

dotnet restore

Run Project

dotnet run --project .\Project2Api\

Test Project

dotnet test