maxserver 0.1.14 → 0.1.16
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 +3 -31
- package/package.json +1 -1
- package/src/setup.js +1 -0
- package/templates/src/{Tests → Test}/hello.schema.js +2 -2
- package/templates/src/{Tests → Test}/welcome.schema.js +2 -2
- /package/templates/src/{Tests → Test}/hello.js +0 -0
- /package/templates/src/{Tests → Test}/welcome.js +0 -0
package/README.md
CHANGED
|
@@ -1,16 +1,6 @@
|
|
|
1
|
-
[](https://www.npmjs.com/package/vite-plugin-lint-overlay) [](./LICENSE)
|
|
2
|
-
|
|
3
|
-
<p align="center" style="margin-top: 20px;" >
|
|
4
|
-
<img src="https://raw.githubusercontent.com/max-matinpalo/maxserver/refs/heads/main/assets/logo.png" alt="Project logo" width="160">
|
|
5
|
-
</p>
|
|
6
|
-
<br>
|
|
7
|
-
|
|
8
|
-
|
|
9
1
|
# maxserver
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Ready node server setup based on **Fastify** to speed up backend development.
|
|
2
|
+
Nothing Special.
|
|
3
|
+
Just a Node server setup based on **Fastify** to speed up backend development.
|
|
14
4
|
maxserver stands for **maximized simplicity** and **minimum boilerplate**.
|
|
15
5
|
|
|
16
6
|
- **Auto Routes**: auto imports and registers routes and schemas
|
|
@@ -224,22 +214,4 @@ Rule of thumb: make the message something you would want to see at 03:00 in logs
|
|
|
224
214
|
- Dependencies: original fastify packages + scalar/fastify-api-reference
|
|
225
215
|
- The source is simple. Everyone can read, understand and modify if needed.
|
|
226
216
|
|
|
227
|
-
<br>
|
|
228
|
-
|
|
229
|
-
## 🛠️ Tips & Tools
|
|
230
|
-
|
|
231
|
-
### 🔌 Scalar API Client (Live Testing)
|
|
232
|
-
- Open: `http://localhost:3000/docs`
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
### ⚡ VS Code Auto-Start
|
|
236
|
-
In `.vscode/tasks.json`, enable the task with:
|
|
237
|
-
```json
|
|
238
|
-
"runOptions": { "runOn": "folderOpen" }
|
|
239
|
-
```
|
|
240
|
-
|
|
241
|
-
### 🤖 AI Assistants
|
|
242
|
-
Copy **`RULES.md`** into your AI tool as system context,
|
|
243
|
-
then ask it to generate routes + schemas.
|
|
244
|
-
|
|
245
|
-
|
|
217
|
+
<br>
|
package/package.json
CHANGED
package/src/setup.js
CHANGED
|
File without changes
|
|
File without changes
|