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
- Host: GitHub
- URL: https://github.com/mahinkumar/ecomm-svelte
- Owner: Mahinkumar
- License: apache-2.0
- Created: 2024-07-31T09:15:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-10T06:37:51.000Z (about 1 year ago)
- Last Synced: 2024-09-27T01:07:36.028Z (about 1 year ago)
- Topics: drizzle, lucia-auth, postgresql, sveltejs, sveltekit, tailwind-css
- Language: TypeScript
- Homepage:
- Size: 367 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```