Skip to content

tempcover/engineer-interview-task

Repository files navigation

Tempcover Interview Project

Table of Contents

  1. Introduction
  2. Getting started
  3. Running the application

Introduction

Welcome to the Tempcover technical interview project. We have 3 directories for you to be aware of:

Tempcover.Client

This is a React app built using Vite.

Tempcover.API

This is a .Net 8 Web API

Tempcover.API.Tests

This is a .Net 8 Test project

Getting Started

  • Fork this repository locally, which will be shared as part of the interview.
  • Ensure you have Node and .Net 8 setup.
  • Run the following to setup your client application
cd Tempcover.Client && npm install

Running the application

Client

cd Tempcover.Client && npm run dev

API

Visual Studio

Run as you would a standard application

Visual Studio Code
cd Tempcover.API && dotnet run

DOUBLE CHECK YOUR API PORT MATCHES THE API URL IN Tempcover.Client/src/App.tsx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published