openapi-starter
OpenAPI starter repository
File Explorer
Download Latest Version (.zip)- dependabot.yml
- pull_request_template.md
- get.cs
- get.php
- README.md
- After.yaml
- Before.yaml
- Filter.yaml
- Limit.yaml
- MenuItemId.yaml
- OrderId.yaml
- PhotoSize.yaml
- Search.yaml
- Sort.yaml
- BadRequest.yaml
- Conflict.yaml
- Forbidden.yaml
- InternalServerError.yaml
- NotFound.yaml
- Unauthorized.yaml
- Beverage.yaml
- Dessert.yaml
- Error.yaml
- MenuBaseItem.yaml
- MenuItem.yaml
- MenuItemList.yaml
- OAuth2Client.yaml
- Order.yaml
- OrderItem.yaml
- OrderList.yaml
- OrderNotification.yaml
- OrderStatus.yaml
- Page.yaml
- RegisterClientObject.yaml
- RevenueStatistics.yaml
- README.md
- menu-item-images_{menuItemId}.yaml
- menu.yaml
- menu_{menuItemId}.yaml
- oauth2_register.yaml
- order-items.yaml
- orders.yaml
- orders_{orderId}.yaml
- README.md
- revenue.yaml
- order-notification.yaml
- README.md
- openapi.yaml
- README.md
- .gitignore
- LICENSE
- package.json
- README.md
- redocly.yaml
# Installation Guide
1. Get the code
git clone https://github.com/Redocly/openapi-starter
Downloads the entire project code from GitHub to your computer.
cd openapi-starter
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
