An open API service indexing awesome lists of open source software.

https://github.com/andrewhsugithub/meet


https://github.com/andrewhsugithub/meet

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Calendar() design
css: https://tailwindcss.com/
supabase: https://supabase.com/dashboard/project/axjmvlfuqwhzsxeufhag
start nextjs: npm run dev

prisma schema update(before ctrl+c the ongoing processes):

1. primsa generate(tell client that there are new tables)
2. prisma migrate dev(push new tables to supabase(cloud postgresql))

prisma studio:

1. npx prisma studio