This Next.js project has been bootstrapped with create-next-app
and uses Prisma as its official ORM.
It also heavily relies on Material UI to display and style content.
And now, a little bit of show! Here below, a running example of the project and a quick demo of the Prisma Studio:
As such, all the default settings for a Next.js app applies:
- you can run a development server with
npm run dev
# or
yarn dev
-
you can access the app at http://localhost:3000 with your browser.
-
you can easiliy deploy this app with the Vercel Platform from the creators of Next.js (check out their Next.js deployment documentation for more details).
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can also check out the Next.js GitHub repository.
You can customize the theme of this app in /src/styles/theme.ts. I would also recommend to check out MUI documentation on the web!
I am using Prisma as my ORM. This grants me a lot of cool features, such as a local web studio to edit my database. Check out their documentation! To quickly learn more about Prisma, I recommend looking at this particulier video: https://youtu.be/FMnlyi60avU.