Simple CRM created with Nuxt, Tailwindcss & Prisma
To Get started:
yarn
to install dependencies.env
file in the root of the project and copy the values from the .env.example
file.env
file with your own valuesyarn prisma:push
to create the database tablesyarn prisma:seed
to seed the database with some dummy datayarn dev
to start the development serverhttp://localhost:3000
to see the app