Skip to content

Commit

Permalink
Merge pull request #63 from Dreallers/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Maximedeve authored Jan 12, 2024
2 parents ecefd48 + 8aee1b9 commit 7b2d302
Show file tree
Hide file tree
Showing 115 changed files with 5,755 additions and 13,423 deletions.
639 changes: 85 additions & 554 deletions backend/database/schema.sql

Large diffs are not rendered by default.

6,534 changes: 703 additions & 5,831 deletions backend/package-lock.json

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,21 @@
"dev": "nodemon index.js",
"db:migrate": "node migrate.js",
"db:seed": "node seed.js",
"build": "node migrate.js",
"start": "node index.js",
"test": "jest",
"prettier": "npx prettier --write ."
"prettier": "npx prettier --write .",
"lint": "npx eslint . --fix",
"build": "npm run db:migrate ; npm run db:seed"
},
"dependencies": {
"argon2": "^0.31.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mysql2": "^3.5.2"
"multer": "^1.4.5-lts.1",
"mysql2": "^3.5.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
Expand All @@ -31,4 +35,4 @@
"*.sql": "prettier --check",
"*.js": "eslint"
}
}
}
97 changes: 97 additions & 0 deletions backend/public/avatars/FemaleAvatar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 79 additions & 0 deletions backend/public/avatars/FemaleAvatar2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7b2d302

Please sign in to comment.