Rent A Car application would be your friend in learning Lightning framework. This would be your project which will Code By Code walk you through all the topics of the Lightning framework.
Let’s have a look at Rent A Car project schema and design in this chapter.
We have 3 objects in Rent A Car application.
- Car__c (Custom object to store car information)
- Car_Type__c (Customer object to store different car types)
- Contact (Standard object to store car owner information)
This is how the application will look like.
From next chapter onwards, we will start building this application and will touch base upon all concepts of the Lightning framework.