Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.17 KB

README.md

File metadata and controls

61 lines (37 loc) · 1.17 KB

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