Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 443 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 443 Bytes

About

MyHaiku lets users create and share haiku. It's built with NextJS, TypeScript and Tailwind CSS.

Haiku text and author data is stored online via a PostgreSQL database hosted on Vercel. The app connects to this database via Prisma ORM.

Feel free to login via Google and add your own haiku!

Key skills

  • TypeScript, NextJS, SSR
  • Prisma ORM and CLI
  • NextAuth and Google authentication
  • Vercel hosted site and PostgreSQL database