Welcome

This is a demo project created for displaying my progress of learning Vue.js alongside Nuxt.

The project currently has a basic database structure with some dummy data.

The database being used is currently MySQL, but I want to learn PostgreSQL in the near future.
I'm using Prisma as the ORM, which is quite incredible in my opinion. It allows for an easy and simple way of defining models and relationships thanks to the schema.prisma file.

I chose to go with Vuetify as the UI library / framework as it's closest to what I'm used to with Joy UI, supports utility classes and it's looking pretty neat out of the box!

Tools & Frameworks