I am developing an art gallery website.
- The site should have a searchable page with Artists.
- Each artist should have a collection of artworks.
- There should be also a searchable page with a Gallery, containing artworks from all Artists.
- Artists and artworks must be manageable from the admin.
The question is where do I begin?
I am new to the directory structure of Grav, so it is a bit overwhelming as I don't know where is best to place stuff.
Is it possible to make it just with custom flex types, or do I need to start a separate plugin?
Thanks much!