- Node LTS >=18
- Docker
Go to apps/books-stock and app/books-store and create .env file as in .env.example.
Then to install the monorepo and all of its dependencies, run at the root of the project:
npm installAt the root of the project run:
npm run infrastructure:start
npm run books-store:start:dev
npm run books-stock:start:devThe books-store and books-stock apps should be up and running on the ports set in corresponding .env files.
The idea behind this entire project is to create an event-driven, microservices based application for book stock management so that the user can order books from the stock and check the current status of their order.
