add user registration

This commit is contained in:
João Geonizeli
2022-07-08 19:08:03 -03:00
parent 874706cabb
commit 688d5e89b7
16 changed files with 478 additions and 235 deletions

View File

@@ -10,6 +10,8 @@
"test": "jest"
},
"dependencies": {
"bcrypt": "^5.0.1",
"class-validator": "^0.13.2",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"pg": "^8.7.3",
@@ -17,6 +19,7 @@
"typeorm": "^0.3.7"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.13",
"@types/jest": "^28.1.4",
"@types/node": "^18.0.3",