Skip to content

One reason to develop clones of web applications to learn Next.js is that it provides hands-on experience with building real-world web applications using the framework.

Notifications You must be signed in to change notification settings

EdwardMelendezM/Full-Stack-Airbnb-Clone-with-Next.js-13

Repository files navigation

Airbnb clone

Link the proyect deploy https://clone-airbnb-proyect.vercel.app/


In this proyect we used the following tecnologies:

  • React js
  • Next js
  • Prisma
  • Mongo db

If you want to use this proyect, you do this
  1. Clone repository
git clone https://github.com/ASDU0/Proyecto-Vivencial-Front-End.git
  1. Install dependencies
npm install
  1. Create a new file called "env", and put these variables
DATABASE_URL=""

NEXTAUTH_SECRET="NEXTAUTH"

GITHUB_ID=
GITHUB_SECRET=

GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=

NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=
  1. Conect the database mongo db
  2. Start the proyect
npm run dev

About

One reason to develop clones of web applications to learn Next.js is that it provides hands-on experience with building real-world web applications using the framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages