Developing a SOMOD module involves 3 steps.
Add required modules as dependencies
The fundamental features of SOMOD are Reusability & Extendability. By adding the readily available modules as dependencies we can get the complete functionality of the dependency modules in our current module.
Create Infrastructure and BackEnd Code in a serverless framework
The serverless infrastructure and the backend code are created in the serverless
directory
Create the User Interface
Create the NextJs Pages which are part of this module under the ui/pages
directory
Let us start by adding the dependency in the next chapter
Write an email to opensource@sodaru.com