Skip to content

HunteRoi/reach-the-levels

Repository files navigation

Reach The Levels

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:

IMAGE

Next.js documentation

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

To learn more about Next.js, take a look at the following resources:

You can also check out the Next.js GitHub repository.

Styling your own app with MUI

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!

Combined with Prisma

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.

About

A system that motivates anyone to keep working on a project until the end!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages