yugaldekate / airbnb-clone

https://travel-booking-pi-beryl.vercel.app
0 stars 0 forks source link

Full Stack Airbnb Clone with Next.js 13 App Router: React, Tailwind, Prisma, MongoDB, NextAuth 2023

App Screenshot

This repository is for a Full Stack Airbnb Clone built with Next.js 13, React, Tailwind, Prisma, MongoDB, and NextAuth.

Features

Prerequisites

Node version 14.x is required.

Cloning the repository

git clone https://github.com/yugaldekate/airbnb-clone.git

Install packages

npm i

Setup .env file

DATABASE_URL=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GITHUB_ID=
GITHUB_SECRET=
NEXTAUTH_SECRET=

Setup Prisma

npx prisma db push

Start the app

npm run dev

Available commands

Running commands with npm npm run [command]

command description
dev Starts a development instance of the app