This project uses a containerized mysql database, node server, and mysql admin client. Follow these steps to set up your own demo database that lets you perform sigma client operations.
make start
On first time docker infrastructure creation, nodemon make some time to initialize. Just check the logs:
make logs
wait for the line :
node-prisma | [nodemon] starting node app.js
make introspect
curl --location --request GET 'localhost:3000/'
make logs
Show Makefile help
make
Connect to node container
make connect