Ruderassistent des Rudervereins Donau Linz https://app.rudernlinz.at
Go to file
philipp b7c2dff8eb
Some checks failed
CI/CD Pipeline / test-backend (push) Has been cancelled
CI/CD Pipeline / deploy-staging (push) Has been cancelled
CI/CD Pipeline / deploy-main (push) Has been cancelled
CI/CD Pipeline / test-frontend (push) Has been cancelled
try
2024-01-16 23:43:36 +01:00
.gitea/workflows try 2024-01-16 22:29:57 +01:00
frontend try 2024-01-16 23:43:36 +01:00
src try 2024-01-16 20:24:02 +01:00
svelte try 2024-01-16 20:00:41 +01:00
templates try 2024-01-16 22:29:57 +01:00
.env initial push 2023-02-08 16:25:06 +01:00
.gitignore show own data + add gitignore folder 2023-11-02 13:17:33 +01:00
Cargo.lock update deps 2024-01-09 16:15:02 +01:00
Cargo.toml push 2024-01-01 17:51:23 +01:00
migration.sql add data from nx 2023-12-30 21:21:30 +01:00
package-lock.json update deps 2023-06-06 12:23:16 +02:00
README.md try 2024-01-16 22:52:31 +01:00
Rocket.toml add mail 2024-01-01 15:50:06 +01:00
rot.service backup working systemd service files 2023-07-31 12:46:14 +02:00
rotstaging.service backup working systemd service files 2023-07-31 12:46:14 +02:00
seeds.sql limit users to proper role, Fixes #135 2024-01-10 14:08:15 +01:00
shame.txt add shame list 2023-06-06 22:42:22 +02:00
staging-diff.sql push 2024-01-01 16:28:31 +01:00
test_db.sh add user table 2023-03-26 14:40:56 +02:00
update.sh add example code; updated deploy script 2023-07-16 20:54:11 +02:00

Build

Frontend

  1. cd frontend
  2. npm install
  3. npm run (watch/build)

Run

Backend

  1. cargo r

Test

Frontend

  • npx playwright test --workers 1 --project firefox
  • Nice UI: --ui
  • Generate tests: npx playwright codegen

Backend (Unit + Integration)

cargo t