Tour booking app built with Next.js and Expressjs
Frontend Code -> https://github.com/imkousik9/tour-app
Backend Code -> https://github.com/imkousik9/tour-app-server
Deployed URL -> https://tour-app-brown.vercel.app
Run the site locally
Fork the repository. then clone the repo locally by doing -
git clone https://github.com/imkousik9/tour-app.git
cd into the directory
cd tour-app
install all the dependencies
yarn
# or
npm install
Then start the development Server
yarn dev
# or
npm run dev
After running the development server the site should be running on https://localhost:3000
Frontend: Reactjs, Nextjs
Backend: Expressjs, mongodb, mongoose, Redis
Styling: Tailwindcss
Payment Getaway: Razorpay
Deployment: Vercel, render