Skip to content

desonglll/ax

Repository files navigation

title
ax system

!!! This README is not updated for sqlx.

!!! This README is not updated for distribute system.

Apps

A Chat And Post System based on Rust and Postgres.

AX

The previous project was Crab Rocket

🧩 Project Dependencies

  • Rust
  • Postgresql16
  • Redis
  • Actix-Web

Demo

Post Page

⚙️ Requirements

Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Postgres

brew install postgresql@16

Redis

brew install redis

🎃 Quick Start

# make sure you are in root directory of project.
cp .env.example .env
sudo chmod 777 ./scripts/init_db.sh
./scripts/init_db.sh

docker run redis service.

🔧 Compile Release Version

cargo build --release

Design

Technical

Technical

About

A tweet system written in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published