This README provides instructions on how to set up and run an application built using Node.js and Python. It includes commands for script startup by modifying the ./dynamofl.yml
file.
- Node.js installed on your system.
- Python installed on your system.
- A YAML parser installed for Python, such as PyYAML.
- virtualenv setup to initiallise a virtual env
- Postgres db
- Clone the repository to your local machine.
- Navigate to the application directory.
- Install the required Node.js dependencies by running:
npm install
Modify the dynamofl.yml
file to configure your application settings.
- Start the Node.js server by running:
make run-application-server
- Start the Python server (Consumer) by running:
make run-consumer