Skip to content

r3m00n/airbrb

Repository files navigation

Airbrb

Airbnb Clone using NextJS 13, TailwindCSS, MongoDB, Prisma, Next-Auth, Zustand, Leaflet, ... Inspired by Code with Antonio

Airbrb

Prerequisites

Node version 14.x

Cloning the repository

git clone https://github.com/r3m00n/airbrb.git

Install packages

npm i

Setup .env file

DATABASE_URL=
GITHUB_ID=
GITHUB_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
NEXTAUTH_URL=
NEXTAUTH_SECRET=
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=

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
build Builds the app for production
start Starts the production build

About

Airbnb Clone using Next, Tailwind, MongoDB, Zustand, ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages