Go to file
Mathias Rothenhaeusler a2e2ff141e added modal.css 2024-01-06 11:46:49 +01:00
javascript all new 2023-03-27 18:03:20 +02:00
migrations added timestamp for feed items 2023-10-24 19:19:47 +02:00
src database error message, date sorting 2023-11-19 14:03:03 +01:00
templates running so far 2022-12-27 18:17:24 +01:00
vue added modal.css 2024-01-06 11:46:49 +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 added dates, clippy fixes, sync date improvement 2023-11-14 19:09:21 +01:00
Cargo.toml added dates, clippy fixes, sync date improvement 2023-11-14 19:09:21 +01:00
README.md - Readme changes 2023-10-07 19:10:04 +02:00
diesel.toml new laptop setup 2022-12-24 16:34:17 +01:00
docker-compose.yml - Readme changes 2023-10-07 19:10:04 +02:00

README.md

RSS-Reader [WIP]

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

Create user

curl -X POST -H "Content-Type: application/json" -d '{"name": "mace", "email": "safemind@posteo.de", "password": "secret"}' http://localhost:8001/api/v1/user/create