From 65fd4174917d1e2bb0877d082d9236725686a0e9 Mon Sep 17 00:00:00 2001 From: Cesar Cueva Date: Sat, 2 Oct 2021 07:35:09 -0500 Subject: [PATCH] Adding my colaboration for this callenge --- Projects/2-Intermediate/PokeAPI.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Projects/2-Intermediate/PokeAPI.md diff --git a/Projects/2-Intermediate/PokeAPI.md b/Projects/2-Intermediate/PokeAPI.md new file mode 100644 index 00000000..6bde5e0b --- /dev/null +++ b/Projects/2-Intermediate/PokeAPI.md @@ -0,0 +1,20 @@ +# Pokemon API + +**Tier:** 2-Intermediate + +Create a Pokemon REST API using Go and echo. + +- Basics of Go programming language. +- Echo + +## Api features + +- [ ] Create a Pokemon. +- [ ] Retrieve a Pokemon. +- [ ] Add a database. +- [ ] Create a client that fetches information from the API. + +## Useful links and resources + +- [A tour of Go](https://tour.golang.org) +- [Echo](https://github.com/labstack/echo) \ No newline at end of file