You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a simple backend for an e-commerce application built using Rust, Actix Web, and PostgreSQL. It supports user authentication, product browsing, shopping cart management, and checkout functionality.
# Clone the repository
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name
# Set your environment variables in `.env`
DATABASE_URL=postgres://username:password@localhost/database
JWT_SECRET=your_secret_key
STRIPE_SECRET=stripe_secret_key
# Run the project
cargo run