Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 535 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 535 Bytes

Remindble

A reminder app built using Next.js, TypeScript, Tailwind and Prisma. Using AWS Lambda for managing and sending notifications when reminders expire. Using a Postgres DB.

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Running Prisma Studio

You can run the Prisma Studio to see a live view of the database using:

yarn studio

And opening http://localhost:5555.