Skip to content

noble-varghese/dynamofl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamoFL

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.

Prerequisites

  • 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

Installation

  1. Clone the repository to your local machine.
  2. Navigate to the application directory.
  3. Install the required Node.js dependencies by running:
npm install

Configuration

Modify the dynamofl.yml file to configure your application settings.

Running the Application

  1. Start the Node.js server by running:
make run-application-server
  1. Start the Python server (Consumer) by running:
make run-consumer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published