Philipp Dormann philipp
philipp pushed to feature/docs at lfk/backend 2020-11-27 20:40:45 +00:00
6e0447165b tsdoc generation
philipp opened issue lfk/backend#8 2020-11-27 20:40:09 +00:00
Typescript Docs
philipp commented on issue lfk/backend#3 2020-11-27 20:29:17 +00:00
First TypeORM Model

👍

philipp pushed to main at lfk/backend 2020-11-27 20:25:17 +00:00
d85c126c27 implementation details
e29c0cb7a1 Merge branch 'main' into feature/authed-routes
37baa4ea45 default to only jwt checking (empty @Authorized() )
5f4aed2f02 fixed auth parsing
cb5f5b9ecb debugging
Compare 8 commits »
philipp pushed to feature/authed-routes at lfk/backend 2020-11-27 20:24:57 +00:00
d85c126c27 implementation details
e29c0cb7a1 Merge branch 'main' into feature/authed-routes
aef2f9562a Put now isn't allowed to change ids
b267d87ba6 Added endpoint descriptions
d2278fd248 Added jsdoc style class documentation
Compare 11 commits »
philipp pushed to feature/authed-routes at lfk/backend 2020-11-27 20:18:44 +00:00
37baa4ea45 default to only jwt checking (empty @Authorized() )
philipp pushed to feature/authed-routes at lfk/backend 2020-11-27 20:16:18 +00:00
5f4aed2f02 fixed auth parsing
cb5f5b9ecb debugging
Compare 2 commits »
philipp pushed to feature/authed-routes at lfk/backend 2020-11-27 18:55:51 +00:00
c15b650181 sample in TrackController
philipp pushed to feature/authed-routes at lfk/backend 2020-11-27 18:55:37 +00:00
e29d59ac02 move to module
philipp pushed to feature/authed-routes at lfk/backend 2020-11-27 18:52:05 +00:00
d5c6c9238f sample implementation of authorizationChecker
philipp pushed to main at lfk/backend 2020-11-27 17:30:31 +00:00
f7d7f5e75f formatting
63635956ce removed husky
Compare 2 commits »
philipp pushed to main at lfk/backend 2020-11-25 18:47:27 +00:00
3a84cc8ef5 basic jwt auth test
8e8aa774bc Merge branch 'main' of https://git.odit.services/lfk/backend into main
447f4d882f tsconfig not strict
f96f5a63a4 remove prettier config
b6ddda6cd8 vscode workspace settings.json
Compare 5 commits »
philipp pushed to main at lfk/backend 2020-11-25 17:44:26 +00:00
db5b94e394 Merge branch 'main' of https://git.odit.services/lfk/backend into main
992504705b clean up app.ts
595aacb311 precommit hooks & file formatting
f527cad186 remove @types/helmet
Compare 4 commits »
philipp pushed to main at lfk/backend 2020-11-25 16:58:58 +00:00
23df478522 Merge branch 'main' of https://git.odit.services/lfk/backend into main
0d1d3c593c first sample router - ref #4
5034cbfd93 dependency: body-parser, cors, helmet, sqlite3 (dev)
ab0e925ab3 basic loaders logic
Compare 4 commits »
philipp closed issue lfk/backend#2 2020-11-24 19:14:35 +00:00
Basic DB Connection
philipp commented on issue lfk/backend#2 2020-11-24 19:14:35 +00:00
Basic DB Connection

docker-compose up --build confirmed working

philipp pushed to main at lfk/backend 2020-11-24 19:08:32 +00:00
529ebb2a8f clean up initial route sample
f854f137e5 gitignore /build folder - ref #1
3c389937b7 move orm config to src folder
0b92d82a5b tsc building script
Compare 4 commits »
philipp pushed to main at lfk/backend 2020-11-24 18:58:36 +00:00
01a786720b Merge branch 'main' of https://git.odit.services/lfk/backend into main
8140d76240 sample route actions for jwt + consola demo
6b46a0a69e added consola dependency
03a4898553 added jsonwebtoken dependency
Compare 4 commits »
philipp pushed to main at lfk/backend 2020-11-24 18:33:25 +00:00
0dbac894a1 README - basic editor informations
philipp pushed to main at lfk/backend 2020-11-24 18:29:00 +00:00
0d870be23c sample implementation of db connection