feat: first iteration of the database

This commit is contained in:
2023-12-10 20:42:28 -06:00
parent c470a5e765
commit ede7449659
5 changed files with 77 additions and 30 deletions

1
.gitignore vendored
View File

@@ -11,6 +11,7 @@
# database
/prisma/db.sqlite
/prisma/db.sqlite-journal
/drizzle
# next.js
/.next/