run the project and sync the database for the new table(events).
run export IMPORT_EVENTS_URL="https://<live-server-address>/api/import-events"
run npm run migrate-events to trigger the bash script and wait for the magic.
this solution can be better if the event is still saved to the ReadME moving forward or we can find a way to auto-save to the database whenever an event badging is completed.
@DesmondSanctity there was a simpler way we migrated the events. I'll gracefully close this PR. but it was an eye opener. thanks you so much for the contribution
this PR fixes #25
how to apply the fix:
export IMPORT_EVENTS_URL="https://<live-server-address>/api/import-events"
npm run migrate-events
to trigger the bash script and wait for the magic.this solution can be better if the event is still saved to the ReadME moving forward or we can find a way to auto-save to the database whenever an event badging is completed.