# Bring up the dev db
sudo docker-compose up -d
# Install diesel cli
cargo install diesel-cli
# Run DB Migration (for dev)
DATABASE_URL=postgres://postgres:postgres@localhost/postgres diesel migration run
# Run DB Migration (for tests)
DATABASE_URL=postgres://postgres:postgres@localhost:5433/postgres diesel migration run
# Start the server
cargo run
# Run tests
cargo test
-
Notifications
You must be signed in to change notification settings - Fork 0
realliance/ipv8-auth
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.