Skip to content

rapidappio/todo-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building a Todo API with Rust - A Step-by-Step Guide Using Axum and Diesel

This is the project demonstrating how to build a Todo REST API by using Rust, Axum, Diesel and PostgreSQL

Requirements

  • PostgreSQL database

How to run

  1. export DATABASE_URL=... The format should be postgresql://host:port/db_name?sslmode=require&application_name=todo-rs. You can easily create PostgreSQL database for free here
  2. cargo run

About

Todo REST API with Rust,Axum, and Diesel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages