Skip to content

This Rust project is an API using Axum, PostgreSQL, and sqlx driver for CRUD

Notifications You must be signed in to change notification settings

boraxpr/rust_axum_service

Repository files navigation

https://github.com/tokio-rs/axum

Axum Web Service

V1 : This is a simple Todo application built using the Axum framework, which is a web framework for Rust (Top microservices framework for Rust, As of 2024).

Features

  • RESTful API for managing todos
  • PostgreSQL integration using sqlx
  • Tokio runtime
  • sqlx-cli is used to manage database, schema migrations.
  • CORS (Cross-Origin Resource Sharing) support

Looking to add

  • Auth
  • Change from simple todos to be Personal blog : Because Static site generation (SSG) site does not support realtime post updates. Sometimes, I need to update my blog away from my computer. Also, I want to create a full stack web as a project to demonstrate my skills.

Getting Started

Prerequisites

  • Rust and Cargo installed
  • PostgreSQL installed and running

image

About

This Rust project is an API using Axum, PostgreSQL, and sqlx driver for CRUD

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages