Skip to content

ronnythedev/my-url-shortener

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published