chore: archive the repository

This commit is contained in:
divlo
2021-04-17 00:02:56 +02:00
parent 6bfcb74ad9
commit 36f41da726
34 changed files with 22463 additions and 5730 deletions

2
api/.gitignore vendored
View File

@ -22,7 +22,7 @@
# misc
.DS_Store
/temp
/assets/images/
/assets/images/users
npm-debug.log*
yarn-debug.log*

View File

@ -1,4 +1,4 @@
FROM node:14.15.3-alpine3.12
FROM node:14.16.1
WORKDIR /app

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

6521
api/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,8 +13,7 @@
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"lint": "standard | snazzy",
"format": "standard --fix | snazzy"
"lint": "standard | snazzy"
},
"dependencies": {
"axios": "^0.21.1",
@ -22,25 +21,25 @@
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
"express-fileupload": "^1.2.1",
"express-http-to-https": "^1.1.4",
"express-rate-limit": "^5.2.3",
"express-validator": "^6.9.0",
"helmet": "^4.3.1",
"jsdom": "^16.4.0",
"express-rate-limit": "^5.2.6",
"express-validator": "^6.10.0",
"helmet": "^4.4.1",
"jsdom": "^16.5.3",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"ms": "^2.1.3",
"mysql2": "^2.2.5",
"nodemailer": "^6.4.17",
"sequelize": "^6.3.5",
"nodemailer": "^6.5.0",
"sequelize": "^6.6.2",
"smart-request-balancer": "^2.1.1",
"uuid": "^8.3.2",
"validator": "^13.5.2"
},
"devDependencies": {
"nodemon": "^2.0.6",
"nodemon": "^2.0.7",
"snazzy": "^9.0.0",
"standard": "^16.0.3"
}