add todos and small changes

This commit is contained in:
Jurgis Sakalauskas
2023-07-07 16:12:29 +03:00
parent daaeda539b
commit 27f76a08f0
10 changed files with 2401 additions and 2891 deletions
+2 -10
View File
@@ -9,6 +9,7 @@ A rewrite attempt from "vanilla" node.js into framework based (Nest.js).
No licence
## Migrations
```bash
# create migration
$ npm run typeorm:create-migration -name=CreateFilesTable
@@ -40,13 +41,4 @@ $ npm run start:prod
## Test
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```
this app is not tested 😞