https://github.com/entando/entando-nxfs
https://github.com/entando/entando-nxfs
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/entando/entando-nxfs
- Owner: entando
- Created: 2021-03-30T15:43:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T07:50:49.000Z (about 5 years ago)
- Last Synced: 2025-02-01T03:27:54.746Z (over 1 year ago)
- Language: Go
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```