An open API service indexing awesome lists of open source software.

https://github.com/entando/entando-nxfs


https://github.com/entando/entando-nxfs

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Go API Server for nxsiteman

Simple file access APIs for the Entando Nx subsystem

## Overview
This server was generated by the [openapi-generator]
(https://openapi-generator.tech) project.
By using the [OpenAPI-Spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate a server stub.
-

To see how to make this your own, look here:

[README](https://openapi-generator.tech)

- API version: 0.0.1
- Build date: 2021-04-02T10:01:56.967Z[GMT]

### Running the server
To run the server, follow these simple steps:

```
go run main.go
```

To run the server in a docker container
```
docker build --network=host -t nxsiteman .
```

Once image is built use
```
docker run --rm -it nxsiteman
```