Skip to content

alexkhm32/rust-todo-app-rocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo Web Application in Rust with Rocket

A demonstration web application built with the Rust programming language and the Rocket web framework.

Features

  • User registration
  • Login
  • Authorization
  • JWT-protected API endpoints
  • Todo Management - Create, list, view, and update todo items
  • PostgreSQL database with SQL migrations

Packages used

  1. rocket - for routing.
  2. argon2 - to hash password.
  3. dotenv - to read dotenv file.
  4. envy - to parse envs file into struct.
  5. jsonwebtoken - to generate & verify JWT.
  6. sqlx - SQL migrations & queries.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published