thisilike a555beef44
All checks were successful
MediaManager API CI / Build api Docker images (push) Successful in 2m21s
MediaManager Frontend CI / Build frontend Docker images (push) Successful in 2m19s
MediaManager Scraper Boxnovel CI / Build Scraper Boxnovel Docker images (push) Successful in 2m4s
add dev environment
2025-01-04 22:27:40 +01:00
2025-01-04 21:22:36 +00:00
2025-01-04 22:27:40 +01:00
2025-01-04 21:23:01 +00:00
2024-11-05 20:06:45 +00:00
2024-10-21 16:39:31 +02:00
2025-01-04 22:27:40 +01:00
2024-12-31 05:50:26 +01:00
2024-11-05 20:06:45 +00:00
2024-10-21 16:39:31 +02:00
2024-10-21 16:39:31 +02:00
2025-01-04 13:59:49 +01:00
2024-10-21 16:39:31 +02:00
2024-11-10 00:19:57 +00:00

Rust10x Web App Blueprint for Production Coding

Setup

Web Frontend:

Environement:

- SERVICE_LISTENER="0.0.0.0:8080"
- SERVICE_API_RPC_URL="http://api:3000/api/rpc"
- RUST_LOG="web_frontend=info"

Web API:

- SERVICE_LISTENER="0.0.0.0:3000"
- SERVICE_DB_URL="postgres://postgres:postgres@db/mediamanager"
- RUST_LOG="web_api=info"

DB:

- POSTGRES_PASSWORD="postgres"
- POSTGRES_USER="postgres"
- POSTGRES_DB="mediamanager"

Sources:

BoxNovel:

Environement:

- SERVICE_SOURCE_NAME="BoxNovel"
- SERVICE_SOURCE_URL="https://boxnovel.com"
- SERVICE_API_RPC_URL="http://api:3000/api/rpc"
- RUST_LOG="scraper_boxnovel=info"
Description
No description provided
Readme 337 KiB
Languages
Rust 78.1%
JavaScript 19.9%
Dockerfile 1.4%
Shell 0.4%