Skip to content

hritikchokker/crud_rust_actix_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Todo App

This is a Todo app built using Rust and the Actix framework. It provides basic functionality for managing todos and uses a PostgreSQL database for data persistence. The app is built with the help of the Diesel package for database connectivity.

Features

  • Create a new todo
  • Update an existing todo
  • Delete a todo
  • Get all todos
  • Get todos by user
  • User authentication and authorization

Prerequisites

Setup

  1. Clone the repository:

    git clone https://github.com/hritikchokker/crud_rust_actix_web.git

Setup

  1. Navigate to the project directory:

    cd crud_actix_rust