https://github.com/one-aalam/attic
But the real interesting stuff is in the cellar and the attic
https://github.com/one-aalam/attic
architecture lint nodejs postgres prettier
Last synced: 5 months ago
JSON representation
But the real interesting stuff is in the cellar and the attic
- Host: GitHub
- URL: https://github.com/one-aalam/attic
- Owner: one-aalam
- License: mit
- Created: 2020-02-01T07:13:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:24:26.000Z (over 3 years ago)
- Last Synced: 2025-06-06T12:05:58.609Z (about 1 year ago)
- Topics: architecture, lint, nodejs, postgres, prettier
- Language: TypeScript
- Homepage:
- Size: 666 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Attic

`But the real interesting stuff is in the cellar and the attic`
## Important commands
- For migrations config, refer: https://typeorm.io/#/using-ormconfig/using-ormconfigjson
- `typeorm migration:create -n PostRefactoring`
## You must know
- `body-parser` is not enabled globally, and recomended to be used on per resource basis
- `bodyParser.urlencoded` is not used at all
- Bespoke middlewares/libraries are preferred over community popularized methods for performance gains and understandibility,
like
- https://github.com/FormidableLabs/victory/issues/956 `omit`