Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 854 Bytes

README.md

File metadata and controls

39 lines (32 loc) · 854 Bytes

Spoura

Thumbnail Image

About

Fully featured ecommerce application, favourite and add shoes to your cart. Sort products using price, brand, type and search for your preferred fit.

Demo

This project is deployed directly onto Vercel. spoura.mtlh.dev

Technologies

  • TailwindCSS
  • Typescript
  • Preact
  • Turso (libSQL)
  • Go
  • Vercel (hosting)

How to deploy locally

Follow the steps below:

  1. Download code from this repository.
  2. Install every frontend dependency.
npm install
  1. 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'
  1. Run locally
 npm run dev
  1. Enjoy!