| Crates.io | acid |
| lib.rs | acid |
| version | 0.0.1-alpha.1 |
| created_at | 2024-11-30 14:41:02.616418+00 |
| updated_at | 2024-11-30 21:18:15.160587+00 |
| description | API for acidarchive.com |
| homepage | https://acidarchive.com |
| repository | https://github.com/acidarchive/api |
| max_upload_size | |
| id | 1466679 |
| size | 226,879 |
acidarchive.com backend
# archlinux
sudo pacman -S lld clang postgresql
# macos
brew install michaeleisel/zld/zld
cp .env.example .env
./scripts/init_db.sh
./scripts/init_redis.sh
cargo build
cargo run
Docs: http://localhost:8000/docs/api
cargo test
./scripts/setup_hooks.sh
rustup component add clippy rustfmt
cargo install --version="~0.8.2" sqlx-cli --no-default-features --features rustls,postgres
cargo sqlx prepare -- --lib
cargo sqlx prepare -- --tests