A implementation from rodrigogs mysql-events project
-
You must have a mysql database running, you can create your own or just run
docker-compose up -d
-
Configure the environment variables creating a .env based on .env.sample
-
Install the dependencies
npm install
- Run express server to listen from database events
npm start
- Start client application
npm run serve