-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: reorganize folders and add scripts
- Loading branch information
1 parent
24f1269
commit cd0fd4f
Showing
51 changed files
with
1,892 additions
and
1,865 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"name": "argent-bank-api", | ||
"version": "0.0.1", | ||
"private": true, | ||
"description": "Project #10 - Argent Bank", | ||
"keywords": [], | ||
"author": "", | ||
"license": "", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@reduxjs/toolkit": "^1.6.2", | ||
"axios": "^0.19.2", | ||
"bcrypt": "^5.0.0", | ||
"cors": "^2.8.5", | ||
"dotenv": "^8.2.0", | ||
"express": "^4.17.1", | ||
"jsonwebtoken": "^8.5.1", | ||
"mongoose": "^5.9.21", | ||
"swagger-ui-express": "^4.1.4", | ||
"yamljs": "^0.3.0" | ||
}, | ||
"scripts": { | ||
"dev:server": "nodemon ./server/server.js", | ||
"populate-db": "node ./server/scripts/populateDatabase.js", | ||
"server": "node ./server/server.js" | ||
}, | ||
"devDependencies": { | ||
"nodemon": "^2.0.4" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.