Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/maknop/pokedex-web-app

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/maknop/pokedex-web-app

  • v0.0.0-20240301031133-30f7a541e26a
  • Source
  • Go
  • Socket score

Version published
Created
Source

Pokédex Web App - Pokémon Go Inspired!

GitHub go.mod Go version Netlify Status

Purpose

The purpose of this project is to create a REST API that interacts with
the PokéAPI website and retrieves the necessary data which will be
displayed on the client-side. This project will be built using React.js and
Node.js.

High-Level Overview

Build and Run application

Create a pod on your local machine:

sudo podman pod create

Build and run your container:

podman build -t pokedex-web-app:latest .
podman run -d -p 8080:8080 pokdex-web-app:latest

Navigate to localhost:8080/pokemon.

Resource List

ResourceDescription
GET /v1/pokemon/Retrieve a list of all pokemon
GET /v1/pokemon/:idRetrieve the pokemon corresponding to given id

Screenshots of Application Running

FAQs

Package last updated on 01 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc