In this chapter, we'll look at adding the registration feature to our application. This will be followed by creating a unit test. The objective here is to help you go about with adding a feature and testing it. Finally, we'll upgrade our project to Bootstrap 4.
We will continue implementing our Rest Buy service. This section is relatively critical because we will implement mostly logic to implement our application.
By the end of this chapter, you will be able to:
- Add the registration feature
- Create a unit test
- Upgrade our project to Bootstrap 4
- Deploy Rest Buy to Azure