Skip to content

Aidbox/aidbox-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aidbox project template

This repository contains a template for Aidbox project. You can use to bootsrap your project with Aidbox.

How to init Aidbox project

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

What's next

You may learn more on Aidbox project in Aidbox documentation. For production read another doc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published