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
- Clone repository
git clone https://github.com/ASDU0/Proyecto-Vivencial-Front-End.git
- Install dependencies
npm install
- 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=
- Conect the database mongo db
- Start the proyect
npm run dev