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.
Top comments (0)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.