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