Skip to content

advaiyalad/actix-todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

actix-web Todos App

This is a todo application with the following features:

  • Register
  • Login
  • Get all todos for current user
  • Get a single todo
  • Update a todo (to mark as done or the such)
  • Delete a todo

It is written in rust, using the actix-web framework and diesel ORM.

Env Vars

See .env.example. Just copy the file, rename it to .env, and fill it out.

About

A todos app written in @rust-lang, using @actix and @diesel-rs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published