-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add GQL support #45
Comments
@baseplate-admin What's the state of this repository? |
Hi, Thank you for reaching out. Our backend has a pr: After merging that, i will look into this issue :) |
@baseplate-admin Thanks for the response. How does the backend work? Tried to run it locally but failed, any guidelines on that? |
Hi,
So basically the backend doesn't have a standard deployment strategy ( i am thinking of dockerizing it, but on windows thats a pain ) Install the following
Start redis. Then create the following account in postgres: Follow these commands in order
If you want everything working you will also need to run celery. Open another terminal and run
That should give you a debug backend |
@baseplate-admin Thank you for the guide. I managed to get it working using docker, however, I only got these rest endpoints. is there any admin panel implemented? Also, I am thinking of re-writing the backend ... ![]() |
hey @fedirjh, there is an in-build django admin panel at- |
Hi @fedirjh, thank you for your input on this
Yep, please login to
As it stands, coreproject backend is very complex at this time (I think this is more than 2k loc), rewriting would also mean rewriting the underlying tools (some of these tools are However it is doable given some time. But i gotta ask why did you suggest a rewrite of the backend? |
apollo-gql
The text was updated successfully, but these errors were encountered: