Go to file
Mathias Rothenhaeusler b3061ad79a all new 2023-03-27 18:03:20 +02:00
css new laptop setup 2022-12-24 16:34:17 +01:00
javascript all new 2023-03-27 18:03:20 +02:00
migrations new laptop setup 2022-12-24 16:34:17 +01:00
src all new 2023-03-27 18:03:20 +02:00
templates running so far 2022-12-27 18:17:24 +01:00
.env new laptop setup 2022-12-24 16:34:17 +01:00
.gitignore new laptop setup 2022-12-24 16:34:17 +01:00
Cargo.lock all new 2023-03-27 18:03:20 +02:00
Cargo.toml all new 2023-03-27 18:03:20 +02:00
README.md running so far 2022-12-27 18:17:24 +01:00
diesel.toml new laptop setup 2022-12-24 16:34:17 +01:00
docker-compose.yml all new 2023-03-27 18:03:20 +02:00

README.md

RSS-Reader

Diesel Setup

setup, first step, or when docker been and DB not found.

diesel setup

generate table

diesel migration generate create_to_do_items

fill up and down

diesel migration run

docker

docker exec -it 59ff8bad10c0 psql -d rss -U admin