dependabot[bot] c6ad1763c8 build(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-01 21:13:59 +00:00
2025-02-26 20:31:03 -05:00
2025-02-26 20:31:03 -05:00
2025-02-26 20:31:03 -05:00
2025-02-26 20:31:03 -05:00

PCSX2 API

TODO

Development

Running Locally

SQLite Setup

  • cargo install sqlx-cli
  • sqlx database create
  • sqlx migrate run --source ./db/migrations
  • cargo sqlx prepare

Running the App

  • cargo run

Docker

Building Docker Container

  • Ensure Docker is running
  • docker build . --tag pcsx2-api:local

Running Local Docker Container

  • docker-compose -f ./docker-compose.local.yaml up

Package Docker Container

  • docker save -o $PWD/pcsx2-api.tar.gz pcsx2-api:test
  • docker load -i pcsx2-api.tar.tar
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-31T05:27:48.015Z
Readme 3.3 MiB
Languages
Rust 98.4%
Dockerfile 1.6%