A todo app powered by SvelteKit, Drizzle ORM and Turso
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
- Clone this repository:
git clone https://github.com/nevthereal/todo-sveltekit.git
- Install the dependencies:
npm i
- Create a
.env
file and from the.env.example
template - Get the Turso CLI and go through the setup process and copy the database URL and database auth token into the
.env
file - Finally run
npm run dev
and enjoy the app