Home  >  Article  >  Web Front-end  >  Travel Booking Using Next.js Prisma, TailwindCSS & Next Auth

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

王林
王林Original
2024-09-03 11:40:05884browse

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.

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

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=""
  1. Start the development server: npm run dev

Built With

  • Next.js 14
  • TailwindCSS
  • TypeScript
  • Shadcn/ui
  • NextAuth.js

Contribution

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

The above is the detailed content of Travel Booking Using Next.js Prisma, TailwindCSS & Next Auth. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn