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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,16 @@
2
2
3
3
A simple CRUD backend app using Actix-web, Diesel and JWT
4
4
5
-
# Require
5
+
##Require
6
6
7
7
-[Rust Stable](https://rustup.rs)
8
8
-[Postgres](https://www.postgresql.org/)
9
9
10
10
Or using [Docker](https://www.docker.com/)
11
11
12
-
# How to run
12
+
## How to run
13
+
14
+
### Manual
13
15
14
16
- 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
15
17
- Create a database in postgres cli or [pgAdmin](https://www.pgadmin.org/) tool
@@ -25,11 +27,11 @@ Or using [Docker](https://www.docker.com/)
25
27
- Enter into project directory and run `docker-compose up`
0 commit comments