pull/422/merge
varopxndx 2 years ago committed by GitHub
commit 9d3d0f72b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,27 @@
# My First API
**Tier:** 2-Intermediate
Create a Pokédex REST API using Go and Gorilla Mux.
- Basics of Go programming language.
- Gorilla Mux
## User Stories
- [ ] User can create a Pokémon.
- [ ] User can retrieve a Pokémon.
### Bonus features
- [ ] Implement a more complex storage service, such as a DB or a CSV file.
- [ ] Create a service that fetches information from the API.
## Useful links and resources
- [A tour of Go](https://tour.golang.org)
- [Gorilla Mux](https://github.com/gorilla/mux)
## Example projects
- [pokeapi-go](https://github.com/mtslzr/pokeapi-go)
Loading…
Cancel
Save