yourwebmaker / cqrs.nu-php

This is a working example of CQRS/ES in PHP. It's based on the well-known C# CQRS.nu tutorial. It uses EventSauce, but you can use any other EventSourcing package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create login screen

yourwebmaker opened this issue · comments

Users will select which restaurant they want to log-in and must provide their email and password.
After logged, they will only see data related to the restaurant associated with their account.