Base App for FastApi with one page Starlette Form as index page, converts rdf graphs to multiple formats as example.
APP_NAME="BaseFastApiApp"
APP_VERSION=<version_number>
APP_DESC='Base App for FastApi with one page Starlette Form as index page, converts rdf graphs to multiple formats as example.'
APP_SOURCE="https://github.com/ThHanke/BaseFastApiApp"
APP_PORT=<your-port>
APP_MODE=<"development" or "production">
ADMIN_NAME=<name_of_admin>
ADMIN_MAIL=<email_of_admin>
ORG_SITE=<org_website>
Clone the repo with
git clone https://github.com/ThHanke/BaseFastApiApp
cd into the cloned folder
cd CSVToCSVW
Build and start the container.
docker-compose up
A simple UI can be found at at the index page '/' The API documentation at 'api/docs'