https://github.com/apinf/experimentation-mondays-feedback-api
REST API for Experimentation Monday participants feedback
https://github.com/apinf/experimentation-mondays-feedback-api
Last synced: 11 months ago
JSON representation
REST API for Experimentation Monday participants feedback
- Host: GitHub
- URL: https://github.com/apinf/experimentation-mondays-feedback-api
- Owner: apinf
- Created: 2017-04-24T08:12:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T12:12:56.000Z (about 9 years ago)
- Last Synced: 2025-03-14T16:11:30.915Z (over 1 year ago)
- Language: JavaScript
- Size: 496 KB
- Stars: 0
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# experimentation-mondays-feedback-api
REST API for Experimentation Monday participants feedback
## 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.