title |
---|
ax system |
A Chat And Post System based on Rust and Postgres.
The previous project was Crab Rocket
- !!! This README is not updated for sqlx.
- !!! This README is not updated for distribute system.
- Apps
- 🧩 Project Dependencies
- Demo
- ⚙️ Requirements
- 🎃 Quick Start
- Migrations
- 🔧 Compile Release Version
- Design
- Rust
- Postgresql16
- Redis
- Actix-Web
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
brew install postgresql@16
brew install redis
# 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.
cargo build --release