Travel Booking Using Next.js 14, Prisma, TailwindCSS & Next Auth
Said MOUNAIM
Posted on January 31, 2024
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.
Getting Started
- Clone the repository:
git clone https://github.com/saidMounaim/travel-booking.git
- Install dependencies:
npm install
- 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=""
- 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/
💖 💪 🙅 🚩
Said MOUNAIM
Posted on January 31, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.