From c7578043b906678ff0e40c2b321046b20fb1fb4e Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Tue, 10 Dec 2024 20:11:15 -0300 Subject: [PATCH] docs: updates video url --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7780e68..8cc21ae 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # A dog a pet -#### Video Demo: +#### Video Demo: [Video url](https://www.youtube.com/shorts/PRFRn0t684g) #### Description: This project is meant to be the starting point of a pet adoptions web site. It allows users to register, register pets and ask for pets adoption. It also has a contact form which is not fully functional. It has been done using python with the Flask framework and a sqlite database.