Skip to content

A SvelteKit todo app template using Turso and Drizzle

Notifications You must be signed in to change notification settings

nevthereal/todo-sveltekit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b7ef304 · Jul 29, 2024

History

35 Commits
Dec 26, 2023
Jul 7, 2024
Jul 29, 2024
Dec 26, 2023
Dec 26, 2023
Jan 3, 2024
Dec 26, 2023
Dec 26, 2023
Dec 26, 2023
Dec 26, 2023
Dec 26, 2023
Dec 26, 2023
Jan 3, 2024
Jul 7, 2024
Jun 6, 2024
Jul 7, 2024
Jul 29, 2024
Jul 29, 2024
Jan 25, 2024
Jul 7, 2024
Dec 26, 2023
Dec 26, 2023
Dec 26, 2023
Dec 26, 2023
Dec 26, 2023
Dec 26, 2023

Repository files navigation

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

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 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