Skip to content

Wrapper and React web client for pokeapi.co RESTful API

Notifications You must be signed in to change notification settings

rangolucas/pokedemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pokedemo

Pokedemo es un wrapper de la API alojada en pokeapi.co con Spring Boot y React web.

Deploy

Backend:

cd backend
mvn clean install && java -jar target/pokedemo-0.0.1-SNAPSHOT.jar

Frontend:

Configurar IP y puerto (por defecto 8080) donde se aloja el backend en el archivo frontend/src/config/config.js y luego:

cd frontend
yarn install && yarn start

La aplicación estará corriendo en el puerto 3000.

About

Wrapper and React web client for pokeapi.co RESTful API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published