Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 233 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 233 Bytes

Todo app

Built with actix

Development

Setup the database and migration

diesel setup

Create new table

diesel migration generate create_tasks

Run Migration

diesel migration run

Run Cargo

cargo run