Releases: avored/rust-ecommerce
Releases · avored/rust-ecommerce
Release list
Release v.0.0.1-alpha
Release v.0.0.1-alpha
Downloads
| Platform | File |
|---|---|
| 🐧 Linux x86_64 | avored-ecommerce-v.0.0.1-alpha-linux-x86_64.zip |
| 🍎 macOS ARM64 (Apple Silicon) | avored-ecommerce-v.0.0.1-alpha-macos-arm64.zip |
| 🍎 macOS Intel (x86_64) | avored-ecommerce-v.0.0.1-alpha-macos-intel.zip |
| 🪟 Windows x86_64 | avored-ecommerce-v.0.0.1-alpha-windows-x86_64.zip |
Changes in v.0.0.1-alpha
Installation
- Download the zip for your platform
- Extract the archive
- Set
DATABASE_URLenvironment variable (PostgreSQL connection string) - Run migrations:
sqlx migrate run - Start the server:
./avored_ecommerce(Linux/macOS) orbin\avored_ecommerce.exe(Windows)