Spannel is structured in Docker containers. One service for the API and one service for the web app interface.
Steps to run spannel-api locally:
- Clone this repository
- Navigate to
spannel-api
directory (whereDockerfile
is located) - Run
docker compose up
- Go to
http://localhost:8000
in a browser
The web app runs on port 8000
and the API runs on port 80001
.