From 86899fd13be3e5ff1f00884365041bc2a283e18b Mon Sep 17 00:00:00 2001 From: Gabriel Rohden Date: Wed, 5 Aug 2020 03:14:52 -0300 Subject: [PATCH] feat(frontend): Add heroku URL --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 608a2c1..d0c4ff9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ A tagger application for github repositories It's meant to be a usable application, but also a personal experiment on new technologies. +It may be available at: +https://repo-tagger.herokuapp.com/ + +Note: I'm not persisting any data, I'm using an in memory +DB to avoid heroku limitations, so don't expect your data +to be there forever. + TODO: add print ## What it does?