DEV Community

Said MOUNAIM
Said MOUNAIM

Posted on

6 1 1 2 2

Travel Booking Using Next.js 14, Prisma, TailwindCSS & Next Auth

Travel Booking App

In-progress travel app using Next.js 14, Tailwind CSS, TypeScript, and Prisma. Enables user sign-up, tour browsing, bookings, and review submissions. Open to all contributions during development.

screenshot

Getting Started

  1. Clone the repository: git clone https://github.com/saidMounaim/travel-booking.git
  2. Install dependencies: npm install
  3. Create a .env file in the root and add the following
POSTGRES_URL=""
POSTGRES_PRISMA_URL=""
POSTGRES_USER=""
POSTGRES_HOST=""
POSTGRES_PASSWORD=""
POSTGRES_DATABASE=""
NEXTAUTH_SECRET=""

BLOB_READ_WRITE_TOKEN=""
Enter fullscreen mode Exit fullscreen mode
  1. Start the development server: npm run dev

Built With

Contribution

All kind of contributions are welcome, please feel free to submit pull requests.

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

Top comments (0)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.