/crud_rust_actix_web

simple crud in rustlang using actix web framework

Primary LanguageRust

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