Welcome to the Tempcover technical interview project. We have 3 directories for you to be aware of:
This is a React app built using Vite.
This is a .Net 8 Web API
This is a .Net 8 Test project
- 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
cd Tempcover.Client && npm run dev
Visual Studio
Run as you would a standard application
Visual Studio Code
cd Tempcover.API && dotnet run