huntabyte / showcase

Full stack application built with SvelteKit & PocketBase.
110 stars 30 forks source link

jumping right to final code? #6

Closed dmccallie closed 1 year ago

dmccallie commented 1 year ago

I tried jumping to install the final version so that I could watch each of the episodes with the final code in place, to save a little time and to see the broadest context while learning. But the final code doesn't run correctly, I think because the required Pocketbase collections (e.g. projects) are not defined by the installation scripts. Is there a config that can do that, or should I manually enter the definitions by watching each episode? Very cool project, BTW.

dmccallie commented 1 year ago

Never mind, I got it to work. All I had to do was create the "projects" collection, using the fields defined in Episode 4 (CRUD operations.)