Skip to content
ManaliV edited this page Sep 7, 2023 · 7 revisions

Welcome to the FlightBookingPortal wiki!

Project Setup

1.Install .NET SDK: Download and install the latest .NET SDK for ASP.NET Core development. 2.Node.js and npm: Install Node.js and npm, which are required for Angular development. 3.Angular CLI: Install the Angular CLI globally by running npm install -g @angular/cli in your terminal.

Create Asp.Net Core Backend Project dotnet new webapi -n FlightBookingBackend

Create Angular Front end ng new ClientApp --directory ./ClientApp

4.Build backend

dotnet build

  1. Run Backend dotnet run

open the browser and browse to http://localhost:5000/swager

Clone this wiki locally