No description
  • Rust 99.2%
  • Dockerfile 0.8%
Find a file
2025-12-26 20:27:39 +01:00
api feat: fixed contribution page to be more clear 2025-12-26 20:27:39 +01:00
entity feat: added admin functionality 2025-12-25 19:48:19 +01:00
migration feat: updated from tea_type to state 2025-12-25 18:26:54 +01:00
src feat: added some more extensive debugging 2025-12-25 17:59:20 +01:00
static fuck: did some random stuffs... its worKs! 2025-04-05 00:11:00 +02:00
templates feat: fixed contribution page to be more clear 2025-12-26 20:27:39 +01:00
.dockerignore feat: added docker support 2025-05-29 15:58:35 +02:00
.env fuck: did some random stuffs... its worKs! 2025-04-05 00:11:00 +02:00
.gitignore feat: scaffolded basic application structure 2025-02-25 16:45:59 +01:00
.gitlab-ci.yml feat: added docker ci/cd 2025-05-29 15:59:33 +02:00
Cargo.lock feat: added some more extensive debugging 2025-12-25 17:59:20 +01:00
Cargo.toml feat: added some more extensive debugging 2025-12-25 17:59:20 +01:00
compose.yaml feat: scaffolded basic application structure 2025-02-25 16:45:59 +01:00
Dockerfile feat: removed rocket.toml from image 2025-05-29 18:22:59 +02:00
README.md docs: updated readme to include entity generation 2025-05-22 15:03:42 +02:00
Rocket.toml feat: fixed contribution page to be more clear 2025-12-26 20:27:39 +01:00

The TENTA-DB Service

Database operations

Apply all migrations

DATABASE_URL=postgres://tenta_db:tenta_db@localhost/tenta_db sea-orm-cli migrate up

Import entitys

DATABASE_URL=postgres://tenta_db:tenta_db@localhost/tenta_db sea-orm-cli generate entity -l -o *OUTPUT DIR*