Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start on local #83

Closed
nihalgurjar47 opened this issue Mar 1, 2023 · 1 comment · Fixed by #84
Closed

Start on local #83

nihalgurjar47 opened this issue Mar 1, 2023 · 1 comment · Fixed by #84

Comments

@nihalgurjar47
Copy link

How to start a project on local?

I followed the your quick-start step,but it's not start on local.

Screenshot from 2023-03-01 15-29-08

@JSv4 JSv4 mentioned this issue Mar 2, 2023
@JSv4 JSv4 closed this as completed in #84 Mar 2, 2023
@JSv4
Copy link
Owner

JSv4 commented Mar 2, 2023

Thanks for the bug report @nihalgurjar47! Yes, you're correct here. I left out a step, sorry!

In order to start the frontend in the compose stack you need to add --profile fullstack to the up command:

docker-compose -f local.yml --profile fullstack up

Also, FYI, it looks like you went to localhost:8000. The GraphQL playground http://localhost:8000/graphiql and Django admin http://localhost:8000/admin are at port 8000 but the application itself is on port 3000, you need to go to http://localhost:3000 to use the application.

The quickstart guide has been updated with this additional info:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants