JijoBose / todo-app

Todo app built using Actix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Todo app built using Actix

License:MIT License


Languages

Language:Rust 100.0%