Go to file
Mathias Rothenhaeusler b4843108fc switch to R2D2 pool 2024-03-29 10:21:20 +01:00
configuration configuration refactoring [wip] 2024-03-28 17:07:59 +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 switch to R2D2 pool 2024-03-29 10:21:20 +01:00
templates running so far 2022-12-27 18:17:24 +01:00
vue configuration refactoring [wip] 2024-03-28 17:07:59 +01:00
.dockerignore added environment for vue, split dockerfiles, add rust dependencies. 2024-03-28 14:52:06 +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 configuration refactoring [wip] 2024-03-28 17:07:59 +01:00
Cargo.toml configuration refactoring [wip] 2024-03-28 17:07:59 +01:00
Dockerfile added environment for vue, split dockerfiles, add rust dependencies. 2024-03-28 14:52:06 +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 added environment for vue, split dockerfiles, add rust dependencies. 2024-03-28 14:52:06 +01: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