This is a Booster application that implements a simple shopping cart. You can find an example of how the different parts of a Booster application work together: commands, events, entities, and more.
In order to run the app locally, you need to have NodeJS installed as well as the Booster CLI. To have them installed, follow the instructions in the Booster Getting Started section.
To run the app locally, just execute the following command in the root folder of the project:
$ boost start -e local
For more information on how to work with Booster, check out the Booster documentation.
Happy coding! 🚀