Android project added

- Android can now send messages over RabbitMQ to the backend.
This commit is contained in:
2020-10-19 22:19:28 +02:00
parent 48140f557b
commit f722ee9595
56 changed files with 1522 additions and 12 deletions

View File

@@ -17,6 +17,7 @@
"author": "Mondei1",
"license": "GPL-3.0-or-later",
"dependencies": {
"amqplib": "^0.6.0",
"argon2": "^0.27.0",
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
@@ -41,6 +42,7 @@
"@types/winston": "2.4.4",
"concurrently": "^5.3.0",
"nodemon": "^2.0.5",
"@types/jsonwebtoken": "8.5.0"
"@types/jsonwebtoken": "8.5.0",
"@types/amqplib": "0.5.14"
}
}