P2P Sail
A marketplace for buying and selling second-hand sailing gear: sails, hulls, masts, fittings.
I started it with almost no web or database experience, so the project became the course. What exists today is the business model, the domain model and the database schema; the application itself does not. Modelling before coding was a decision, not a delay: the schema already separates product families with their own validated attributes, and that is what later decides what can be searched and filtered.
- Data modelling
- PostgreSQL
- Prisma
- Zod
- TypeScript
- Next.js