Svelte kit app for managing and rating movies, university semester project made over the weekend held together with duct tape.
add mysql url to .env file
npm i
npx prisma db push
npm run dev
# first registered user is set as admin, other ones are regular users
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.