Create login routes

This commit is contained in:
Lucas Patenaude
2024-05-03 04:08:45 -06:00
parent 4886632263
commit 4eb1fe3f6f
3 changed files with 52 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
},
"scripts": {
"prestart": "npm install",
"start": "nodemon index.js",
"start": "nodemon src/index.js",
"test": "mocha",
"testandrun": "npm run prestart && npm run test && npm start"
}