Vocula is an open source content provider powered by REST API and based on simplicity of Markdown and YAML files. These files combine content (text & images) and metadata structured into a directory tree.
The main advantage of Vocula application is the user-friendliness of fast creation of structured information source. Vocula brings the ability to focus on content instead of complicated setup.
Created content could be used as source for websites or as knowledge base repository and could be combined and integrated with another solutions.
- Install the latest .NET 8 SDK
- Install Git
- Clone this repo
- Run
dotnet build
in the /src directory of the cloned repo
After running the Vocula server-side web API app, the Swagger interface with API documentation is available on https://localhost:5001/swagger/index.html.
Please use the issue tracker for that.