Skip to content

grahamhome/rusty-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty Server

A Rust web server for a simple "to do" application.

Usage

CLI Commands

  • cargo run --bin todo new <title>: Create a new Task record in the database.
  • cargo run --bin todo show: List all Task records in the database.
  • cargo run --bin todo finish <title> <0 or 1>: Mark a Task record with the given title as done (1) or not done (0)

About

A web server written in Rust using Diesel ORM. Written while following the Intro to Rust Web Applications: https://erwabook.com/intro/index.html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages