
Implementation First Steps – Creating Your Product
In this episode, we get started on the implementation phase of our software product. We have a reasonably robust design documented from the tasks of the prior episodes. Thus, this should be an easy and natural next step. Your product vision at this point is solid and thought through. Start Simple These first steps of implementation will be used to create our foundation and development environment. Once this is complete, we will be ready to crank out some code and focus on our application. Here is a short checklist of tasks we should tackle in this step. Create The Database Script any needed seed data for the DB Create the application skeleton of files (sort of a hello world) Connect to the DB and... Read more