Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.04 KB

my-url-shortener

WebApi to shorten large urls.

To start it, run in console task boot or docker-compose up -d --build

Docker, VSCode & C# DevKit

This project was build with VSCode and the C# DevKit extension.

Since Docker projects are not supported by C# DevKit in VSCode out of the box, the Dockerfile might look different than the ones created from VS; as well as the docker-compose.yml file.

Dependencies

You need the following global dependencies on the host machine.

Stack

  • C# - dotnet 8
  • Postgres
  • Redis

Why task manager?

To make easier the execution of Docker commands which are not supported natively in VSCode.

E.g: running task boot is the same as typing and running docker-compose up -d --build

For more commands (shortcuts) take a look at Taskfile.yml