GithubHelp home page GithubHelp logo

hoo-dkwozd / boomerang Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 21.77 MB

Code-base migrating the services of Boomerang Electronics to the Cloud (Based in LocalStack)

License: GNU General Public License v3.0

Shell 33.00% CSS 8.92% Python 58.08%

boomerang's Introduction

Boomerang

Code-base migrating the services of Boomerang Electronics to the Cloud (Based in LocalStack)

Introduction

Requirements

Operating Systems: Windows 64-Bit, MacOS 64-Bit (X86_64, Arm64), Linux 64-Bit (X86_64, Arm64)

Dependencies:

  • Docker: >=20.10.11 recommended
  • LocalStack: >=3.2.0 recommended
  • Python: >=3.9.18 recommended

A LocalStack account and a LocalStack Pro license is needed

Developed on: MacOS 12.4 (Arm64), Docker v20.10.11, LocalStack v3.2.0, Python v3.9.18

Project Structure

This section will describe the representation of each of the folders or files in the structure.

.
├── bin
│   └── deploy.sh
├── EC2s
│   └── 
├── ElastiCaches
│   └── 
├── S3s
│   └── 
├── tests
│   └── 
├── .gitignore
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── requirements-dev.txt
└── tests
    └── FS-logo.png

bin

EC2s

ElastiCaches

S3s

tests

.gitignore

CONTRIBUTING.md

LICENSE

README.md

requirements-dev.txt

Running Steps

  1. Clone the repo onto your machine & change the working directory to be in the repo using the following CLI commands:
git clone 'https://github.com/Hoo-dkwozD/Boomerang.git'
cd Boomerang
  1. Start Docker engine on your local machine.

  2. Start LocalStack with the following CLI command:

localstack start
  1. Ensure all the required programs listed here are installed.

  2. Create a (preferably) new Python Env with Python>=3.9.

Using Conda:

conda create -n <pyenv-name> python=3.9

Using Python venv (MacOS)

python3 -m venv <path-to-virtual-env-with-folder-being-env-name>

Using Python venv (Windows)

python3 -m venv <path-to-virtual-env-with-folder-being-env-name>
  1. Active the Env & install the necessary Python packages and wrappers.

Using Conda:

conda activate <pyenv-name>
pip install -r requirements-dev.txt

Using Python venv (MacOS)

source <path-to-virtual-env-with-folder-being-env-name>/bin/activate
pip install -r requirements-dev.txt

Using Python venv (Windows)

<path-to-virtual-env-with-folder-being-env-name>\Scripts\activate
pip install -r requirements-dev.txt
  1. Run the entire Architecture using the following CLI command:
bin/deploy.sh

Results

Tested By

Attributions

Original Web App provided by @puneethreddyhc, sourced from Source Code & Projects.

boomerang's People

Contributors

hoo-dkwozd avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.