Skip to content

Commit

Permalink
Merge pull request #9 from Shuri-Honda-1101/feature/createSignUp
Browse files Browse the repository at this point in the history
サインアップ機能を作成
  • Loading branch information
Shuri-Honda-1101 committed Jul 7, 2022
2 parents 023a420 + 0aa1c74 commit d212ffe
Show file tree
Hide file tree
Showing 17 changed files with 781 additions and 60 deletions.
4 changes: 3 additions & 1 deletion mitaina-back/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.ts",
"start": "nodemon src/routes/index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.13",
"@types/node": "^18.0.0",
"nodemon": "^2.0.18",
Expand All @@ -21,6 +22,7 @@
},
"dependencies": {
"@prisma/client": "^4.0.0",
"bcrypt": "^5.0.1",
"express": "^4.18.1"
}
}
Loading

0 comments on commit d212ffe

Please sign in to comment.