FullStack Labs

HeyURL! Code Challenge

This repository has been created as a code challenge for candidates with FullStack Labs. Please setup your environment following the Getting Started section before starting the challenge.

Getting Started

  1. Install Visual Studio 2019 or the dotnet 5.0.7 SDK

  2. Clone repository

  3. Open the .sln file in Visual Studio 2019 and run the project, or start the application using the dotnet cli:

$ cd hey-url-challenge-code-dotnet
$ dotnet watch run
  1. Open your browser

https://localhost:5001/

Challenge

See CHALLENGE.md