SpeckleHackathon-SpeckleRep.../server
Gergő Jedlicska 6a0a7e20a8 bit more readme 2021-10-07 15:28:45 +02:00
..
.vscode refactor calculator app structure for better readability 2021-10-07 13:03:21 +02:00
app add multi stage dockerfile 2021-10-07 15:21:33 +02:00
example simplified calculator core 2021-10-07 13:24:23 +02:00
src/speckle_calculator simplified calculator core 2021-10-07 13:24:23 +02:00
tests rename package 2021-10-06 21:12:14 +02:00
.env_example refactor calculator app structure for better readability 2021-10-07 13:03:21 +02:00
.gitignore gitignore asdf tool versions 2021-10-07 10:06:32 +02:00
Dockerfile add multi stage dockerfile 2021-10-07 15:21:33 +02:00
README.md bit more readme 2021-10-07 15:28:45 +02:00
poetry.lock add gunicorn webserver 2021-10-07 09:53:20 +02:00
pyproject.toml add gunicorn webserver 2021-10-07 09:53:20 +02:00

README.md

Speckle calculator backend app

This app is the product of the first SpeckleHackathon

To run the app, use the provided Dockerfile

To run the app, create a .env file based on the .env_example, and pass that to docker run via the --env-file flag

For debug see the .vscode/launch.json for a sample config.

Use the example hooks provided, and the http://localhost:8000/docs page to test things.