Continued work on project infrastructure; added sequelize for database, added more layout in the views

This commit is contained in:
2023-11-26 00:57:08 -05:00
parent 092b7d8cc2
commit 0938eb1b03
10 changed files with 1429 additions and 3 deletions

2
.gitignore vendored
View File

@ -130,3 +130,5 @@ dist
.yarn/install-state.gz
.pnp.*
# Local data files
data/*