create-zuplo-api 6.66.13 → 6.66.15
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.
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
## Zuplo API
|
|
2
|
+
|
|
3
|
+
This is a Zuplo API that was created with
|
|
4
|
+
[`create-zuplo-api`](https://zuplo.com/docs).
|
|
5
|
+
|
|
6
|
+
## Getting Started
|
|
7
|
+
|
|
8
|
+
First, run the development server:
|
|
9
|
+
|
|
10
|
+
```bash
|
|
11
|
+
npm run dev
|
|
12
|
+
# or
|
|
13
|
+
yarn dev
|
|
14
|
+
# or
|
|
15
|
+
pnpm dev
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
Open [http://localhost:9000](http://localhost:9000) with your browser to see the
|
|
19
|
+
result.
|
|
20
|
+
|
|
21
|
+
You can start editing the API by modifying `config/routes.oas.json`. The dev
|
|
22
|
+
server will automatically reload the API with your changes.
|
|
23
|
+
|
|
24
|
+
## Learn More
|
|
25
|
+
|
|
26
|
+
To learn more about Zuplo, you can visit the
|
|
27
|
+
[Zuplo documentation](https://zuplo.com/docs).
|
|
28
|
+
|
|
29
|
+
To connect with the community join [Discord](https://discord.zuplo.com).
|