https://github.com/highb/stalks-as-a-service
https://github.com/highb/stalks-as-a-service
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/highb/stalks-as-a-service
- Owner: highb
- License: apache-2.0
- Created: 2020-04-11T23:57:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T11:54:33.000Z (over 3 years ago)
- Last Synced: 2025-12-31T00:36:00.837Z (6 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:8080/docs
```
This project leverages the mega-awesome [swagger-tools](https://github.com/apigee-127/swagger-tools) middleware which does most all the work.