arrigolupori / next-supa-prisma

πŸ“– LEARN: Integrating Supabase and Prisma together in a full-stack Next.js application, using Next's built-in API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a FullStack App with Next.js, Supabase & Prisma | The Modern Dev by AlterClass.io.

  • Learn to build this application step-by-step by following the FREE course on The Modern Dev.

  • Preview the app live here.

  • Deploy the same app using Vercel:

Deploy with Vercel

SupaVacation

Getting Started

1. Clone the repository and install dependencies

git clone https://github.com/AlterClassIO/supa-vacation
cd supa-vacation
npm install

2. Configure your local environment

Rename the .env.example file in this directory to .env (which will be ignored by Git):

cp .env.local.example .env.local

Add your own values for all the environment variables.

3. Start the application

To run your site locally, use:

npm run dev

To run it in production mode, use:

npm run build
npm run start

License

MIT

About

πŸ“– LEARN: Integrating Supabase and Prisma together in a full-stack Next.js application, using Next's built-in API.

License:MIT License


Languages

Language:JavaScript 62.8%Language:HTML 37.1%Language:CSS 0.1%