This repository contains the backend (NameSearch) and frontend (search-frontend-vue) applications.
-
Open a terminal and navigate to the
NameSearch
folder. -
Build the backend application:
dotnet build
-
Run the backend server:
dotnet run
-
The backend server will be running at https://localhost:5000.
- Node.js
- npm
-
Open a terminal and navigate to the search-frontend-vue folder.
-
Install dependencies:
npm install
-
Start the frontend application:
npm run serve
-
The frontend application will be running at http://localhost:8080.
-
Open your browser and navigate to http://localhost:8080 to use the application.