Simple example of how to create microservices with the Moleculer framework.
This is the code from the Microservices Crash Course on YouTube. There are 3 very simple services (user, email, auth) with actions to mock/simulate creating a user, getting users, sending an email and authenticating a user.
Run the services:
npm start