Merge 335eb1d1c0
into 08b771c863
commit
9d3d0f72b1
@ -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…
Reference in new issue