Added initial scaffold for techdocs backend (#1550)

* Added initial scaffold for techdocs backend

* Added test and a dummy route

* Missed file in commit

* Removed unused dependencies

* Added readme
This commit is contained in:
Sebastian Qvarfordt
2020-07-07 15:37:26 +02:00
committed by GitHub
parent 10d1e141b7
commit be7ef69328
10 changed files with 226 additions and 1 deletions
+1
View File
@@ -27,6 +27,7 @@
"@backstage/plugin-identity-backend": "^0.1.1-alpha.13",
"@backstage/plugin-scaffolder-backend": "^0.1.1-alpha.13",
"@backstage/plugin-sentry-backend": "^0.1.1-alpha.13",
"@backstage/plugin-techdocs-backend": "^0.1.1-alpha.13",
"dockerode": "^3.2.0",
"express": "^4.17.1",
"knex": "^0.21.1",