With our project structure defined and in place, it's time for us to get up and start developing our application. The development phase involves various steps, which include setting up the development environment, developing models, creating views that map to the models, and setting up the server.
Entering the development phase
Setting up the development environment
The first step before we begin our development is to set up our development environment. This involves getting the required packages in place, and setting up the environment.
Setting up the database
Our...