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.
First, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can run the Prisma Studio to see a live view of the database using:
yarn studio
And opening http://localhost:5555.