Fully featured ecommerce application, favourite and add shoes to your cart. Sort products using price, brand, type and search for your preferred fit.
This project is deployed directly onto Vercel. spoura.mtlh.dev
- TailwindCSS
- Typescript
- Preact
- Turso (libSQL)
- Go
- Vercel (hosting)
Follow the steps below:
- Download code from this repository.
- Install every frontend dependency.
npm install
- Get all required backend keys setup in a .env file.
TURSO_DATABASE_URL='libsql://yourenv.turso.io?authToken='
TURSO_AUTH_TOKEN='yourtoken'
SESSION_KEY='randomkey'
- Run locally
npm run dev
- Enjoy!