DEV Community

dev tips
dev tips

Posted on

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.

Check my Github for more cool things
https://github.com/saidMounaim/

Top comments (0)