Changed theme, added search, added pagination
This commit is contained in:
@@ -1,2 +1,22 @@
|
||||
# pokemongotemplates
|
||||
A go application that makes an api call to the pokemon api, and shows a detail list of pokemons using go templates.
|
||||
A server side go application that makes multiple api calls to the pokemon api, and shows a detail list of pokemons using go templates.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
### Instalation
|
||||
|
||||
#### Clone
|
||||
|
||||
``` git clone https://github.com/dadobos/pokemongotemplates.git```
|
||||
|
||||
#### Go inside the folder
|
||||
|
||||
``` cd pokemongotemplates/cmd/pokemongotemplates```
|
||||
|
||||
#### Run the application
|
||||
``` go run main.go ```
|
||||
|
||||
#### Open the browser at
|
||||
``` http://localhost:8080/ ```
|
||||
Reference in New Issue
Block a user