Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtlh/spourapreactgo
Fully featured ecommerce application, favourite and add shoes to your cart. Sort products using price, brand, type and search for your preferred fit.
https://github.com/mtlh/spourapreactgo
ecommerce golang preact stripe tailwindcss vercel vite
Last synced: 18 days ago
JSON representation
Fully featured ecommerce application, favourite and add shoes to your cart. Sort products using price, brand, type and search for your preferred fit.
- Host: GitHub
- URL: https://github.com/mtlh/spourapreactgo
- Owner: mtlh
- Created: 2024-05-12T03:38:11.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T17:23:31.000Z (8 months ago)
- Last Synced: 2024-05-22T22:47:06.931Z (8 months ago)
- Topics: ecommerce, golang, preact, stripe, tailwindcss, vercel, vite
- Language: TypeScript
- Homepage: https://spoura.mtlh.dev/
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spoura
![Thumbnail Image](https://mtlh.vercel.app/assets/spoura_portfolio.e11818e6_Z1HFFFD.webp)## 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](https://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.
```typescript
npm install
```4. Get all required backend keys setup in a .env file.
```typescript
TURSO_DATABASE_URL='libsql://yourenv.turso.io?authToken='
TURSO_AUTH_TOKEN='yourtoken'
SESSION_KEY='randomkey'
```5. Run locally
```typescript
npm run dev
```6. Enjoy!