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

#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!