Add appendices

This commit is contained in:
Marko Korhonen 2020-05-09 12:03:51 +03:00
parent ff5dcc0471
commit 83da9d31cc
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
5 changed files with 41 additions and 1 deletions

6
tex/appendix/actix.tex Normal file
View file

@ -0,0 +1,6 @@
\chapter{Palvelinpuolen käynnistys (main.rs, entrypoint)}\label{appx:actix}
\begin{code}
\inputminted{Lisp}{code/project/backend/main.rs}
\end{code}
\clearpage

View file

@ -0,0 +1,6 @@
\chapter{Asiakaspuolen käynnistys (main.rs, entrypoint)}\label{appx:frontend-main}
\begin{code}
\inputminted{Rust}{code/project/frontend/main.rs}
\end{code}
\clearpage

6
tex/appendix/jwt.tex Normal file
View file

@ -0,0 +1,6 @@
\chapter{JWT-tunnisteen luominen ja vahvistaminen}\label{appx:jwt}
\begin{code}
\inputminted{Rust}{code/project/backend/utils/jwt.rs}
\end{code}
\clearpage

6
tex/appendix/login.tex Normal file
View file

@ -0,0 +1,6 @@
\chapter{Login-komponentti}\label{appx:login}
\begin{code}
\inputminted{Rust}{code/project/frontend/component/login.rs}
\end{code}
\clearpage