@chilibase/backend 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1,9 @@
1
- comment to package.json:
2
- package.json was made by https://itnext.io/step-by-step-building-and-publishing-an-npm-typescript-package-44fe7164964c
3
- attribute "files": ["lib/**/*"] controls, that into npmjs.com are deployed only files in lib (not files in src)
1
+ Backend part of the opensource fullstack framework chilibase.<br/>
2
+ Based on nestjs, typeorm, postgres DB.<br/>
3
+ <br/>
4
+ Source code:<br/>
5
+ https://github.com/chilibase/chilibase<br/>
6
+ <br/>
7
+ Example of use:<br/>
8
+ https://github.com/chilibase/car-demo<br/>
9
+