From 9c9bf6bf6f0c24ae3b89ded342c3350492037794 Mon Sep 17 00:00:00 2001 From: Bruno Fernandes Date: Tue, 18 Jun 2024 08:55:51 -0300 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0632a8a..bcdbcff 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # FindAFriend API - Desafio Rocketseat +[![Typescript Badge](https://img.shields.io/badge/TypeScript-20232A?style=for-the-badge&logo=typescript&logoColor=007acd&link=https://gist.github.com/bruno-valero/302a8b36f8fb5749bd15866b523b315e)](https://gist.github.com/bruno-valero/302a8b36f8fb5749bd15866b523b315e) +[![NodeJS Badge](https://img.shields.io/badge/Node.js-20232A?style=for-the-badge&logo=node.js&logoColor=68a063&link=https://gist.github.com/bruno-valero/9c4167a53b05049712ee0333c5664904)](https://gist.github.com/bruno-valero/9c4167a53b05049712ee0333c5664904) +[![Fastify Badge](https://img.shields.io/badge/Fastify-20232A?style=for-the-badge&logo=fastify&logoColor=white&link=https://gist.github.com/bruno-valero/e8c06d762d79b08abfacaa56810b2938)](https://gist.github.com/bruno-valero/e8c06d762d79b08abfacaa56810b2938) + Nesse desafio desenvolveremos uma API para a adoção de animais, a FindAFriend API, utilizando SOLID e testes. Confira o enunciado do desafio no [Notion](https://efficient-sloth-d85.notion.site/Desafio-03-0b927eb32dbd4f21ab40224ffdf6cf19).