This repository contains a template for Aidbox project. You can use to bootsrap your project with Aidbox.
In order to run Aidbox locally, you need to have Docker & Docker compose installed. To begin with new aidbox project, run the following command.
git clone --depth=1 --branch=main https://github.com/Aidbox/aidbox-project-template.git aidbox-project && cd aidbox-project && rm -rf .git
Get your Aidbox license on aidbox.app. And then set AIDBOX_LICENSE
env variable in .env file.
Once you set the license key, you may run Aidbox service with Docker compose by running:
docker compose up
You may learn more on Aidbox project in Aidbox documentation. For production read another doc