Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.03 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.03 KB

Airbnb Clone

1

Live Demo

Airbnb Live Demo

Tech Stack:

My Skills

Description

Built as a clone of Airbnb, this platform offers users the ability to list their properties or book accommodations seamlessly. With end-to-end encryption for security and the speed enhancement of Next.js, users can enjoy a fast and efficient browsing experience.

Cloning the repository

git clone https://github.com/YevheniiaSimaka/Airbnb-Clone

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 build
npm start

Start the app for development

npm run dev