Skip to content
/ svelte-starter Public template

A svelte+postresql (prisma) starter with skeleton ui lib runnable using just docker-compose

Notifications You must be signed in to change notification settings

sohamjaiswal/svelte-starter

Repository files navigation

How to run (dev)

Make sure ports 5555 and 5173 are free.

Install Docker on your machine with compose and cd into the project dir and run docker-compose up or docker compose up depending on your docker + compose installation.

Now open your web browser and go to url http://localhost:5555 (prisma studio). Here open the Roles model and add the roles USER and ADMIN.

Now you can open http://localhost:5173 (svelte app) and make your user account and assign it ADMIN role from prisma studio.

Congrats! Setup is complete, happy developing!

About

A svelte+postresql (prisma) starter with skeleton ui lib runnable using just docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published