DEVELOPMENT ENVIRONMENT

~liljamo/ulairi

ulairi/ulairi-api/README.md -rw-r--r-- 297 bytes
6881fb5aJonni Liljamo docs: update README.md, add LICENSE and NOTICE 11 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
# Template

Install diesel:
 * cargo install diesel_cli --no-default-features --features "postgres"

Run migrations:
 * diesel migration run

Edit .env:
 * JWT_KEY = tr -dc A-Za-z0-9 </dev/urandom | head -c 32 ; echo ''
 * DATABASE_URL = postgres connection string, ideally running on localhost!