kldtz / graph-editor-app

Graph editor with Rust back end

Repository from Github https://github.comkldtz/graph-editor-appRepository from Github https://github.comkldtz/graph-editor-app

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

  1. Install Postgres DB and adjust DATABASE_URL environment variable in .env file
  2. Install Diesel client: cargo install diesel_cli
  3. Set up DB and run migrations: diesel database setup
  4. Run the app, watch files and execute on changes: cargo watch -x run

About

Graph editor with Rust back end


Languages

Language:JavaScript 46.5%Language:Rust 42.9%Language:HTML 3.9%Language:CSS 3.7%Language:PLpgSQL 2.7%Language:Shell 0.3%