This is a simple booking website to book flights and hotels using oxylabs to scrape data from booking.com
- Clone the repo and run the development server:
npm i
npm run dev
- Create file .env and edit:
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=df42yelwi
NEXT_PUBLIC_CLOUDINARY_UPLOAD_PRESET=ph7ghfp0
NEXT_PUBLIC_TOKEN_KEY=4e6f7274682072616e646f6d20736563726574206b65792e
NEXT_PUBLIC_API_URL=http://localhost:8080
Open http://localhost:3000 with your browser to see the result.