Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (26 loc) · 803 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 803 Bytes

hbut-fyp-mmh

Add package to backend

template:   ```nx g resource app/...```
example :   ```nx g resource app/company```

select  :
            ```
            @nestjs/schematics:resource
            @nrwl/nest:resource            <-
            ```

TODO

[] Attach logger
    [] error
    [] request
    [] response
[] Save Logs to Database
[] Enable these close to completion
    [] compresion
    [] caching
    [] ?versioning
    [] Cross-site request forgery
    [] Rate Limiting
    [] Healthchecks
[] Known Issues
    [X] Trim whitespaces in input box - (trim-value.util.ts)

git update-index --no-assume-unchanged ./thunder-tests/*

git update-index --assume-unchanged ./thunder-tests/*