Julian Perassi

Snowpark Hostel Booking

Example of one of our accommodations
Accommodation section in our admin panelBooking path to search our accommodationsShowcase of all our accommodations

A full-stack booking platform for a hybrid snowpark-hostel, built with Next.js 15, TailwindCSS, and Prisma. It features a custom booking flow with date and guest availability validation, volunteer sign-up handling, and an admin dashboard to manage accommodations and reservations. Authentication is powered by NextAuth with protected routes via middleware. All inputs are validated using Zod, and key flows are covered with unit tests using Vitest.

Next.js
TailwindCSS
PostgreSQL
Prisma
NextAuth