This repo contains boilerplates for the URL Shortener technical test.
Download this project. Export the appropriate boilerplate, e.g.:
git archive -o dotnet.zip master ./dotnet
git archive -o expressjs.zip master ./expressjs
git archive -o nestjs.zip master ./nestjs
- C# using .NET
- TypeScript using Express JS (but can be used for JavaScript, too)
- TypeScript using NestJS (but can be used for JavaScript, too)