Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 390 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 390 Bytes

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.