1
0
Fork 0
forked from Ypman/zero2prod
zero2prod - learning to write an api-server by writing an api-server
Find a file
2024-04-13 21:01:31 +00:00
.cargo Fix pipeline tests 2024-04-11 16:25:49 +02:00
.sqlx simple Dockerfile and sqlx prepare for offline stuff 2024-04-07 22:20:02 +02:00
.vscode add ci postgres service 2024-04-01 21:06:08 +02:00
.woodpecker maybe offline? 2024-04-13 22:13:14 +02:00
configuration preparation for first deployment 2024-04-10 09:19:56 +02:00
migrations some heavy shit, finished section 3.8... 2024-03-31 17:38:45 +02:00
scripts kill .env, provide .env.example, further ci test 2024-04-01 21:50:38 +02:00
src adhere to master clippy, event filte to mitigate bad habit 2024-04-10 15:25:14 +02:00
tests preparation for first deployment 2024-04-10 09:19:56 +02:00
.dockerignore split config files, minimize docker image from 15.9GB to 97MB!, finish section 5.3 2024-04-08 23:36:27 +02:00
.env.example kill .env, provide .env.example, further ci test 2024-04-01 21:50:38 +02:00
.gitignore fix database entry for ci 2024-04-12 21:31:16 +02:00
Cargo.lock preparation for first deployment 2024-04-10 09:19:56 +02:00
Cargo.toml preparation for first deployment 2024-04-10 09:19:56 +02:00
Dockerfile split config files, minimize docker image from 15.9GB to 97MB!, finish section 5.3 2024-04-08 23:36:27 +02:00
README.md maybe i shouldn't do stuff right now, so many mistakes... 2024-03-29 10:30:12 +01:00
rustfmt.toml cargo udeps, run rustfmt with +nightly, kill merge_imports, outsource tracing into own telemetry module 2024-04-07 12:48:31 +02:00

This contains my ongoing progress in working through the book zero2prod

To hone my very basic skills in Rust and learn how to write an API-Server, i am doing the exercises in said book and i will occasionally push my code in this repository.

to be continued...