parent
b47cf8261f
commit
65fd417491
@ -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