Graph Editor App
Graph editor based on Colorado Reed's tool for creating directed graphs with a back end written in Rust using a Postgres database.
Development installation
- Install Postgres DB and adjust DATABASE_URL environment variable in
.envfile - Install Diesel client:
cargo install diesel_cli - Set up DB and run migrations:
diesel database setup - Run the app, watch files and execute on changes:
cargo watch -x run