Skip to content

Releases: avored/rust-ecommerce

Release v.0.0.1-alpha

Choose a tag to compare

@indpurvesh indpurvesh released this 20 Jun 05:26
68b73eb

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

  1. Download the zip for your platform
  2. Extract the archive
  3. Set DATABASE_URL environment variable (PostgreSQL connection string)
  4. Run migrations: sqlx migrate run
  5. Start the server: ./avored_ecommerce (Linux/macOS) or bin\avored_ecommerce.exe (Windows)