mirror of
https://github.com/PCSX2/web-api.git
synced 2026-01-31 01:15:16 +01:00
dependabot/github_actions/actions/checkout-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>
PCSX2 API
TODO
Development
Running Locally
SQLite Setup
cargo install sqlx-clisqlx database createsqlx migrate run --source ./db/migrationscargo 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:testdocker load -i pcsx2-api.tar.tar
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-31T05:27:48.015Z
Languages
Rust
98.4%
Dockerfile
1.6%