Skip to content

imkousik9/tour-app

Repository files navigation

Tour App

Open Source Love

Tour booking app built with Next.js and Expressjs

Application Links

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

Step 1: Clone The Repo

Fork the repository. then clone the repo locally by doing -

git clone https://github.com/imkousik9/tour-app.git

Step 2: Install Dependencies

cd into the directory

cd tour-app

install all the dependencies

yarn
# or
npm install

Step 3: Start Development Server

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

Tech Stack

Frontend: Reactjs, Nextjs
Backend: Expressjs, mongodb, mongoose, Redis
Styling: Tailwindcss
Payment Getaway: Razorpay
Deployment: Vercel, render

About

Tour booking app made with nextjs & expressjs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published