Skip to content

Commit

Permalink
chore: reorganize folders and add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheRibault committed Nov 6, 2021
1 parent 24f1269 commit cd0fd4f
Show file tree
Hide file tree
Showing 51 changed files with 1,892 additions and 1,865 deletions.
File renamed without changes.
File renamed without changes.
30 changes: 30 additions & 0 deletions back/package.json
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.
Loading

0 comments on commit cd0fd4f

Please sign in to comment.