Skip to content

Latest commit

 

History

History
53 lines (25 loc) · 1.34 KB

README.md

File metadata and controls

53 lines (25 loc) · 1.34 KB

⌨️ Conduit Axum

version license axum jsonwebtoken postgresql rust sqlx cargo

💡 Introduction

Realworld: "The mother of all demo apps" — Exemplary back-end Medium.com clone (called Conduit) in Rust, built with Axum + jsonwebtoken + PostgreSQL + SQLx, it provides RESTful APIs for Conduit React.

🔰 Getting Started

$ git clone https://github.com/yoonge/conduit-axum.git

$ cd conduit-axum

# Change `.env` file with your own username, password, database_name etc.
$ cp .env.example .env

$ cargo install sqlx-cli

$ sqlx migrate run

$ cargo run

📄 License

Conduit Axum is MIT-licensed.


🏗️ Scaffold

$ cargo init conduit-axum && cd conduit-axum