I want to know how to develop an event management system. I want to use your RESTfull service using codeigniter.
I am not sure how to proceed with that. currently am planing to follow below steps.
- Design and Develop the UI for the application
- Design the MySQL database
- Start coding the back end using codeigniter
- Develop the API
Is that a good way to do that, I have to do it solo.
What will be your workflow for below application
- Event Management system which can support multiple event
- Attendee registration with steps to choose hotel booking and exhibitions and finally payment.
- All data will be available in back end app.
- API interface to event website, which will show the registration form and speakers etc. Data will be fetched from the mail API.
and more…
Please tell me how I can proceed with that.
Do you create UML diagrams for that. please write the steps. and how much time it will take if you develop same.
Thanks
My approach would be:
3.1 Spend time on the two sides of your system, Event Creator and Event Attendee.
Although, I’d prefer Rails for such apps. My two cents of advice.