Skip to content

gabriel-frattini/theOrchard

Repository files navigation

Table of contents 📜

The Orchard Holiday Home 🌴

Admin Panel 🔐

Setup

Clone the repo

git clone https://github.com/gabriel-frattini/theOrchard

Install dependencies

npm install

Create a database

cp .env.example .env
  • Open .env and set the DATABASE_URL variable with the connection string from PlanetScale
  • Create the database schema:
npx prisma db push

Configure Cloudinary

  • Get your api key, api secret and cloud name from cloudinary
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=

Running the app locally

npm run dev

Open http://localhost:3000 in your browser.

Deploying to Vercel

One-click deploy:

Deploy with Vercel

⚠️ Remember to update your callback URLs after deploying.

Releases

No releases published

Packages

No packages published