https://github.com/devgauravjatt/astro5-server-todo-app
This is a simple Todo List App built with Astro and Better Auth for user authentication.
https://github.com/devgauravjatt/astro5-server-todo-app
Last synced: 2 months ago
JSON representation
This is a simple Todo List App built with Astro and Better Auth for user authentication.
- Host: GitHub
- URL: https://github.com/devgauravjatt/astro5-server-todo-app
- Owner: devgauravjatt
- License: mit
- Created: 2025-01-01T10:50:12.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T00:57:00.000Z (6 months ago)
- Last Synced: 2025-03-29T18:02:57.958Z (3 months ago)
- Language: Astro
- Homepage: https://astro5-server-todo-app.vercel.app
- Size: 153 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [](#) Astro Server Todo App
This is a simple Todo List App built with Astro and Better Auth for user authentication.
> [!TIP]
> Try out the app at https://astro5-server-todo-app.vercel.app/
> (credentials: [email protected] - JwiMirwc)##
Features
- User authentication with Better Auth
- Create, read, update and delete todos
- Todos are stored in a Neon database with Drizzle ORM
- Server side rendering with Astro##
Technologies Used
- Astro
- Better Auth
- Drizzle ORM
- Neon Database
- TypeScript##
Installation
1. Clone the repository
2. Run `pnpm install` to install dependencies
3. Run `pnpm run build` to build the project
4. Run `pnpm run preview` to start the development server##
Usage
1. Go to `http://localhost:4321` in your browser
2. Sign up for an account
3. Sign in with your email and password
4. Create, read, update and delete todos##
License
MIT License
Copyright (c) 2023 Dev Gaurav Jatt