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-apidirectory (whereDockerfileis located) - Run
docker compose up - Go to
http://localhost:8000in a browser
The web app runs on port 8000 and the API runs on port 80001.