An open API service indexing awesome lists of open source software.

https://github.com/mahinkumar/ecomm-svelte

Self Hostable E-Commerce Solution
https://github.com/mahinkumar/ecomm-svelte

drizzle lucia-auth postgresql sveltejs sveltekit tailwind-css

Last synced: 6 months ago
JSON representation

Self Hostable E-Commerce Solution

Awesome Lists containing this project

README

          

> [!NOTE]
> This Project is a work in progress and is not suitable for production at this moment.
> Star the repository for progress updates.

# Ecommerce Website Built with Sveltekit
A Self Hostable E-Commerce website solution powered by Sveltekit,
Drizzle ORM and PostgreSQL.
Authentication with
lucia Auth

# To Run:
```
// Install required packages with
npm install

//Create a .env file with the Postgres URL Environment Variable.
1. ```DATABASE_URL=```

//Run Drizzle kit migrations with
npx drizzle-kit generate
npx drizzle-kit push
npx drizzle-kit migrate

//Run Development Server
npm run dev

//Run Build
npm run build

//To preview the build
npm run preview
```