diff --git a/README.md b/README.md new file mode 100644 index 0000000..ed005b3 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Taller de API Rest con Flask con VueJS + +## Peticiones + +Instalamos [httpie](https://httpie.org/) + +### GET + +http GET localhost:5000/api/v1/user + +http GET localhost:5000/api/v1/user/1 + +http GET localhost:5000/api/v1/notice + +http GET localhost:5000/api/v1/notice/1 + +http GET localhost:5000/api/v1/notice/1/comments