https://github.com/abstractmachines/swagger-wishlists
Swagger generated NodeJS API for the Musical Instrument Wishlists app
https://github.com/abstractmachines/swagger-wishlists
Last synced: 3 months ago
JSON representation
Swagger generated NodeJS API for the Musical Instrument Wishlists app
- Host: GitHub
- URL: https://github.com/abstractmachines/swagger-wishlists
- Owner: abstractmachines
- Created: 2021-04-08T01:08:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-09T00:30:46.000Z (about 4 years ago)
- Last Synced: 2025-02-06T02:57:23.897Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swagger generated server
## Overview
This server was generated by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project. By using the [OpenAPI-Spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate a server stub.### Running the server
To run the server, run:```
npm start
```To view the Swagger UI interface:
```
open http://localhost:5000/docs
```This project leverages the mega-awesome [swagger-tools](https://github.com/apigee-127/swagger-tools) middleware which does most all the work.