Skip to content

KChakhalyan/airbnb-clone

Repository files navigation

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

Screenshot 2023-09-09 at 01 29 42

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

Prerequisites

Node version 14.x

Cloning the repository

git clone https://github.com/AntonioErdeljac/next13-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

About

Airbnb clone, with next13. (code with Antonio)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages