Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nevthereal/todo-sveltekit
A SvelteKit todo app template using Turso and Drizzle
https://github.com/nevthereal/todo-sveltekit
drizzle-orm sqlite sveltekit todoapp turso typescript
Last synced: 13 days ago
JSON representation
A SvelteKit todo app template using Turso and Drizzle
- Host: GitHub
- URL: https://github.com/nevthereal/todo-sveltekit
- Owner: nevthereal
- Created: 2023-12-26T19:25:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T07:22:05.000Z (4 months ago)
- Last Synced: 2024-08-02T09:26:53.819Z (4 months ago)
- Topics: drizzle-orm, sqlite, sveltekit, todoapp, turso, typescript
- Language: TypeScript
- Homepage:
- Size: 935 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-turso - todo-sveltekit
README
# Todo App
A todo app powered by SvelteKit, Drizzle ORM and Turso
## About this repository
This is a todo app I am building from scratch to learn Databases and everything related to it. For this purpose I used the following [Stack](#technolgies-used)
## Technolgies used
- [SvelteKit](https://kit.svelte.dev/)
- [Drizzle ORM](https://orm.drizzle.team)
- [Turso](https://turso.tech)## Use this template
1. Clone this repository: `git clone https://github.com/nevthereal/todo-sveltekit.git`
2. Install the dependencies: `npm i`
3. Create a `.env` file and from the `.env.example` template
4. Get the [Turso CLI](https://docs.turso.tech/reference/turso-cli) and go through the setup process and copy the database URL and database auth token into the `.env` file
5. Finally run `npm run dev` and enjoy the app