https://github.com/nagilum/increoservicebase
https://github.com/nagilum/increoservicebase
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nagilum/increoservicebase
- Owner: nagilum
- Created: 2022-11-08T08:42:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T12:34:51.000Z (over 2 years ago)
- Last Synced: 2025-01-16T13:48:05.546Z (4 months ago)
- Language: C#
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Increo ServiceBase
This repo holds the source code, documentation, examples, and setup scripts for Increo ServiceBase, a framework to run services under.
## Requirements
Increo ServiceBase runs on the .NET 6 runtime, which can be downloaded from [https://dotnet.microsoft.com/en-us/download](https://dotnet.microsoft.com/en-us/download).
## Setup
The easiest way to start developing services under the ServiceBase is to run one of the setup scripts, which will scaffold everything you need and get the project ready for development.
See [documentation](docs/readme.md#setup) for more details.## Documentation
The full documentation can be found in the [docs](docs/readme.md) folder.