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

https://github.com/prisma/demo-sveltekit

Demo app for Sveltekit article
https://github.com/prisma/demo-sveltekit

Last synced: 11 months ago
JSON representation

Demo app for Sveltekit article

Awesome Lists containing this project

README

          

# 🚀 Handle data in SvelteKit with Prisma

This application is built using these technologies:

- [Sveltekit](https://kit.svelte.dev/) as the framework
- [Prisma](https://www.prisma.io/) as the ORM for migrations and database connection
- [TypeScript](https://www.typescriptlang.org/) as the programming language
- [SQLite](https://www.sqlite.org/index.html) as the database

## 🛠️ Getting started
To get started, navigate to the directory of your choice and run the following command to clone the repository:

```
git clone https://github.com/sonylomo/demo-sveltekit.git
cd demo-sveltekit
```

Install dependencies and fire up the application:

```bash
npm install
npm run dev
```

Awesome! Your application should be running on: [http://127.0.0.1:5173/](http://127.0.0.1:5173/)
starter blog