@aurispec/core-backend 1.0.0 → 1.0.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 +4 -18
- package/package.json +1 -1
package/Readme.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This is a reusable backend core infrastructure package developed and used on Aurispec's backend services - admin & mobile.
|
|
4
4
|
|
|
5
|
-
`@
|
|
5
|
+
`@aurispec/core-backend` provides shared backend logic, database models, utilities, and integrations extracted from the mobile and admin API service to reduce code repetition and one source of truth for database models and migrations.
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -57,21 +57,7 @@ npm publish
|
|
|
57
57
|
## 📥 Installation
|
|
58
58
|
|
|
59
59
|
```bash
|
|
60
|
-
npm install @
|
|
60
|
+
npm install @aurispec/core-backend
|
|
61
61
|
OR
|
|
62
|
-
yarn add @
|
|
63
|
-
```
|
|
64
|
-
---
|
|
65
|
-
## 📥 Installation
|
|
66
|
-
|
|
67
|
-
src
|
|
68
|
-
│
|
|
69
|
-
├── common/
|
|
70
|
-
│ ├── configs
|
|
71
|
-
│ ├── helpers
|
|
72
|
-
│ └── utils
|
|
73
|
-
│
|
|
74
|
-
├── models/
|
|
75
|
-
├── database/
|
|
76
|
-
|
|
77
|
-
---
|
|
62
|
+
yarn add @aurispec/core-backend
|
|
63
|
+
```
|