Skip to content

A pokemon guesser API for creating pokemon guesser game

License

Notifications You must be signed in to change notification settings

JinZhuAW/PokemonGuesserAPI

Repository files navigation

PokemonGuesserAPI

A pokemon guesser API created using FastAPI for creating pokemon guesser game

Update

  1. Added a pyxel game file "pyxel_test_game.py" to test and access the API
  2. Added Pulumi script /webserver/main.py to deploy the API server to an AWS EC2 instance (To run the script please install Pulumi and set up your AWS account first)
  3. Added Containerized frontend and backend apps

Requirements

  1. Install FastAPI: pip install fastapi
  2. Install Uvicorn: pip install uvicorn
  3. Git clone api and database files from this repo
  4. Run the server: uvicorn main:app --reload
  5. Ctrl click the link in the terminal "http://127.0.0.1:8000"
  6. Access http://127.0.0.1:8000/docs to check out the API reference and help docs

API Functions

image

About

A pokemon guesser API for creating pokemon guesser game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published