HiEventsDev / hi.events

Open-source event management and ticket selling platform 🎟️
https://hi.events
GNU Affero General Public License v3.0
323 stars 27 forks source link

split out aio into multiple projects #23

Closed wolfspyre closed 2 weeks ago

wolfspyre commented 3 weeks ago

it feels like a horde of software this complex aught live in multiple distinct repos, such that things could be developed, merged, reviewed, built, deployed, independently...

this is super cool, and I don't in any way mean to crap on yer baby. :)

daveearley commented 2 weeks ago

Hi @wolfspyre 👋,

Although the frontend and backend are independent applications, I have kept them in the same repository. This setup simplifies project execution and deployment.

The app itself is pretty simple, just an API and React frontend. If things get more complex I'll definitely look into splitting it out.

Cheers