You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ A simple CRUD backend app using Actix-web, Diesel and JWT
7
7
-[Rust Stable](https://rustup.rs)
8
8
-[Postgres](https://www.postgresql.org/)
9
9
10
+
Or using [Docker](https://www.docker.com/)
11
+
10
12
# How to run
11
13
12
14
- Rename `secret.key.sample` to `secret.key` or create your own key by running `head -c16 /dev/urandom > secret.key` in command line (Linux/UNIX only) and copy to `/src` folder
@@ -18,6 +20,11 @@ A simple CRUD backend app using Actix-web, Diesel and JWT
0 commit comments