README.md 667 octets
Newer Older
# Swagger generated server
firdaous elhalafi's avatar
firdaous elhalafi a validé

## 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
```
Hajar RAHMOUNI's avatar
Hajar RAHMOUNI a validé
To view the graphQl playground interface :
Hajar RAHMOUNI's avatar
Hajar RAHMOUNI a validé
```
open http://localhost:8080/graphql-playground
```
This project leverages the mega-awesome [swagger-tools](https://github.com/apigee-127/swagger-tools) middleware which does most all the work.