Skip to content

Commit

Permalink
Database Implementation (#45)
Browse files Browse the repository at this point in the history
* Initialize RDB Schema for Prisma

* Fix untracked files

* Fix untracked files

* Revert "Fix untracked files"

This reverts commit ff90491.

* Fix git

* Add `env` files

* Update .gitignore

* Update package-lock.json
  • Loading branch information
devleejb authored Jan 15, 2024
1 parent 346830a commit 47ee6a4
Show file tree
Hide file tree
Showing 6 changed files with 8,949 additions and 8,859 deletions.
6 changes: 5 additions & 1 deletion backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@ lerna-debug.log*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/extensions.json

# Sqlite
dev.db
dev.db-journal
Loading

0 comments on commit 47ee6a4

Please sign in to comment.