gabriel-frattini / theOrchard

A hotel website with Admin Panel. 🏰

Home Page:https://www.theorchardseychelles.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A hotel website with Admin Panel. 🏰

https://www.theorchardseychelles.com/

License:MIT License


Languages

Language:TypeScript 76.6%Language:JavaScript 23.0%Language:Shell 0.3%Language:CSS 0.2%