Skip to content

UI database modifier created using React/Next.js, Tailwind and Prisma.

Notifications You must be signed in to change notification settings

jgddesigns/manager_db

Repository files navigation

# Next.js + Tailwind CSS Example This example shows how to use [Tailwind CSS](https://tailwindcss.com/) [(v3.0)](https://tailwindcss.com/blog/tailwindcss-v3) with Next.js. It follows the steps outlined in the official [Tailwind docs](https://tailwindcss.com/docs/guides/nextjs). ## How to use npm run build OR next build : Create production build npm run dev OR next dev : Create development build ## Tools Being Used: NextJS, TailwindCSS, Prisma, Typescript (kinda) # Prisma npx prisma : View Prisma CLI functionality npx prisma db pull : Pull the latest schema from the database npx prisma db pull --schema prisma/schema1.prisma : Pull the latest schema from the database to ORM. npx prisma generate : Generate Prisma Client based on MYSQL database schema. Necessary before using new Model. npx prisma generate --schema prisma/schema1.prisma : Generate Prisma Client based on MYSQL database schema. Necessary before using new Model. ## To run the server as a Windows Service: https://stackoverflow.com/questions/10547974/how-to-install-node-js-as-windows-service npm install -g qckwinsvc qckwinsvc# manager_db # manager_db

About

UI database modifier created using React/Next.js, Tailwind and Prisma.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages