Merge 65fd417491
into 08b771c863
commit
b80e60a30a
@ -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)
|
Loading…
Reference in new issue