- Added a pyxel game file "pyxel_test_game.py" to test and access the API
- 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)
- Added Containerized frontend and backend apps
- Install FastAPI: pip install fastapi
- Install Uvicorn: pip install uvicorn
- Git clone api and database files from this repo
- Run the server: uvicorn main:app --reload
- Ctrl click the link in the terminal "http://127.0.0.1:8000"
- Access http://127.0.0.1:8000/docs to check out the API reference and help docs