diff --git a/Projects/2-Intermediate/Pokemon-API.md b/Projects/2-Intermediate/Pokemon-API.md new file mode 100644 index 00000000..408a76fc --- /dev/null +++ b/Projects/2-Intermediate/Pokemon-API.md @@ -0,0 +1,23 @@ +# Pokemon API + +**Tier:** 2-Intermediate + +Create a Pokemon API using Go languaje + +- Basic of Go languaje +- Net-HTTP package + +## Features + +- [ ] Users can create a Pokemon +- [ ] Users can retrieve a Pokemon + +### Nice to have + +- [ ] Use a DB, S3, CSV file or any other storage service to store the pokemons +- [ ] Create a client to retrieve information from an external API + +## Docs + +- [A tour of Go](https://tour.golang.org) +- [Net/HTTP](https://pkg.go.dev/net/http) \ No newline at end of file