A simple CRUD project using SvelteKit, Prisma, sqlite, Tailwind CSS, and TypeScript with many-to-many relationship example.
Clone this project:
git clone git@github.com:ronsen/sveltekit-starter.gitOr you can use degit:
npx degit ronsen/sveltekit-starter sveltekit-starterRun these following commands to try locally:
cd sveltekit-starter
npm install
npm run devMigrate the database:
npx prisma migrate dev --name initDatabase seeding:
npx prisma db seedCreate /static/images directory.
Sign in with a sample user:
Username: admin
Password: password