- Add entry into 2-Intermediate folder - Add entry in README.md filepull/421/head
parent
b47cf8261f
commit
4972782715
@ -0,0 +1,30 @@
|
|||||||
|
# My First API
|
||||||
|
|
||||||
|
**Tier:** 2-Intermediate
|
||||||
|
|
||||||
|
Create a Pokédex REST API using Go and Gin.
|
||||||
|
|
||||||
|
- Basics of Go programming language.
|
||||||
|
- Gin
|
||||||
|
|
||||||
|
## User Stories
|
||||||
|
|
||||||
|
- [ ] User can create a Pokémon.
|
||||||
|
- [ ] User can retrieve a Pokémon.
|
||||||
|
- [ ] User can update a Pokémon.
|
||||||
|
- [ ] User can delete a Pokémon
|
||||||
|
|
||||||
|
## Bonus features
|
||||||
|
|
||||||
|
- [ ] Implement a more complex storage service, such as a database.
|
||||||
|
- [ ] Create a new service that fetches information from an already create API.
|
||||||
|
|
||||||
|
## Useful links and resources
|
||||||
|
|
||||||
|
- [A tour of Go](https://tour.golang.org)
|
||||||
|
- [Gin](https://github.com/gin-gonic/gin)
|
||||||
|
- [Developing a RESTful API with Go and Gin](https://golang.org/doc/tutorial/web-service-gin/)
|
||||||
|
|
||||||
|
## Example projects
|
||||||
|
|
||||||
|
- [pokeapi-go](https://github.com/mtslzr/pokeapi-go)
|
Loading…
Reference in new issue