Demo, all content is generated
Review request

Board game night scheduler, ChatGPT put the whole backend in one file

Open · 51 views · asked by kai_makes · edited

Repo or live app

github.com/kaitanaka/gamenight

Unsure about: Structure

Weekly game night for about 30 people. ChatGPT wrote the Express backend and all of it lives in server.js, roughly 900 lines: sessions, RSVP logic, the reminder mail, the admin routes. It works and I can still find things. Before I add a second group I'd like to know whether splitting it is worth the churn, and where the natural seams are.

Comment
900 lines is fine as long as you can still find things. The first seam I'd cut is the reminder mail, it's the only part that runs on a timer instead of a request. chidi_eze · edited

Activity

No answers yet. Helpers with matching specialties get notified after a day.