GeoNode / documentation

GeoNode Documentation
https://docs.geonode.org/
Other
14 stars 73 forks source link

External Frontend Framework #97

Open gutorsantos opened 3 years ago

gutorsantos commented 3 years ago

Hello,

I'm working on a project where I would like to use geonode only as a backend and use an external framework for frontend development. I read the part of the documentation related to Frontend Development but from what I understand I am still restricted to the django directory structure which is not interesting for project management.

gannebamm commented 3 years ago

You can use the rest api v2: https://docs.geonode.org/en/master/api/V2/index.html Or as live demo: https://master.demo.geonode.org/api/v2/

The documentation is for the current stable 3.2.x branch and will be deprecated as soon as the new frontend will be released. See: https://www.geosolutionsgroup.com/blog/state-geonode-3-2-webinar/ Also take a look at the comments section of the blog entry above to see the slides and recorded presentation. In the later slides the roadmap is discussed.

gutorsantos commented 3 years ago

Thank you @gannebamm! I will see these links.

Besides, I have another doubt, I found the Geonode Vision repository,is rest api v2 a way to achieve the goal listed in Web UI Framework Agnostic section? Because what is written there is exactly what I need.