screenshot-to-code/backend
2023-12-09 15:46:42 -05:00
..
routes split main.py into appropriate routes files 2023-12-09 15:46:42 -05:00
.gitignore fix bad gitignore and missing file 2023-11-15 19:42:47 -05:00
access_token.py return failure reason to front-end 2023-12-06 10:50:22 -05:00
build.sh add build script for render backend deployment 2023-11-16 19:03:05 -05:00
config.py split main.py into appropriate routes files 2023-12-09 15:46:42 -05:00
Dockerfile simplify dockerfile and update docker-compose to use 7001 2023-11-19 21:39:10 -05:00
image_generation.py strictly type python backend 2023-12-09 15:34:16 -05:00
llm.py strictly type python backend 2023-12-09 15:34:16 -05:00
main.py split main.py into appropriate routes files 2023-12-09 15:46:42 -05:00
mock_llm.py strictly type python backend 2023-12-09 15:34:16 -05:00
poetry.lock update libraries 2023-12-03 14:03:38 -05:00
prompts.py strictly type python backend 2023-12-09 15:34:16 -05:00
pyproject.toml support screenshotting a URL with ScreenshotOne 2023-11-20 11:48:33 -05:00
README.md add unit tests for prompts 2023-11-28 12:23:08 -05:00
test_prompts.py fix and add unit test 2023-11-30 16:07:08 -05:00
utils.py strictly type python backend 2023-12-09 15:34:16 -05:00

Run tests

pytest test_prompts.py