Skip to content

How do I get this running on local? #1110

Discussion options

You must be logged in to vote

Check the docker-compose logs. Did the backend start up without errors?

You're looking for a clean startup:

backend_1   | INFO:     Will watch for changes in these directories: ['/app']
backend_1   | INFO:     Uvicorn running on http://0.0.0.0:80 (Press CTRL+C to quit)
backend_1   | INFO:     Started reloader process [1] using WatchFiles
backend_1   | INFO:     Started server process [11]
backend_1   | INFO:     Waiting for application startup.
backend_1   | INFO:     Application startup complete.

This has to work from your browser: http://localhost/api/v1/openapi.json

If you get it working, let us know how you did it, then close the issue.

Replies: 6 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@chris-dare
Comment options

@openSourceBugs
Comment options

Comment options

You must be logged in to vote
3 replies
@tiangolo
Comment options

@openSourceBugs
Comment options

@JacobFV
Comment options

Answer selected by tiangolo
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@chupa-cabras
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
7 participants
Converted from issue

This discussion was converted from issue #665 on March 18, 2024 20:09.