svelte-notes Svelte Themes

Svelte Notes

AI-generated project: Svelte Notes

Svelte Notes

Local-first note taking app with offline support and sync

✨ Features

  • User authentication with JWT
  • CRUD operations for main resources
  • RESTful API with proper status codes
  • Database migrations and seed data
  • Docker containerization

🧰 Tech Stack

SvelteKit, TypeScript, Node.js, MongoDB

🏗️ Architecture

Backend service with SvelteKit, frontend user interface, and database persistence

🚀 Quick Start

Prerequisites

  • Docker & Docker Compose
  • SQLite / PostgreSQL

Setup

# Clone the repository
git clone https://github.com/elitsuri/svelte-notes
cd svelte-notes

# Copy environment variables
cp .env.example .env

Run

docker compose up --build

Top categories

Loading Svelte Themes