Skip to content

ejbpz/asada-lisboa-backend

Repository files navigation

ASADA Lisboa Backend

🛠️ Getting Started

Prerequisites

  • Visual Studio 2022
  • .NET 8 SDK
  • SQL Server

Installation

  1. Clone the repository:
git clone https://github.com/ejbpz/asada-lisboa-backend.git
  1. Navigate to the project directory:
cd asada-lisboa-backend
  1. Restore packages:
dotnet restore
  1. Apply migrations and update the database:
dotnet ef database update
  1. Run the application:
dotnet run