pull/423/merge
delitricia 2 years ago committed by GitHub
commit 539f9a46aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)
Loading…
Cancel
Save