README.md 222 octets
Newer Older
### Running the server
To run the server, run:
Jérôme Laurent's avatar
Jérôme Laurent a validé

```
npm start
```

To view the Swagger UI interface:

```
open http://localhost:8080/docs
```


To view the graphql UI interface:

```
open http://localhost:3000/graphql
```