Skip to content

Techinterview-space/web-api

Repository files navigation

Tech.Interviewer

This repo is for Backend API for techinterview.space.

Apps

  1. Frontend
  2. API

Tech Stack

  • .NET 8
  • Angular 17

Docs

How to run .NET Web Api

Prerequisites

  • MacOs, Windows, or Linux (MacOs is preferred. Because I think so)
  • Docker Desktop installed
  • .NET 8 SDK installed
  • Visual Studio Code, JetBrains Rider, or Visual Studio installed
  1. Clone the repository
  2. Open the solution in Visual Studio Code, JetBrains Rider, or Visual Studio.
  3. Install dependencies by suggestion of the IDe or by running dotnet restore in the terminal in the ./src folder of the project.
  4. Run command docker-compose up -d --build database.api elasticsearch localstack in the terminal in the root folder of the project.
  5. Launch the application in your IDE or by running dotnet run in the terminal in the ./src folder of the project.

Expected: The application should be running on https://localhost:5001.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages