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

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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